Diff for /Amaya/amaya/HTML.S between versions 1.51 and 1.52

version 1.51, 1998/03/05 15:47:45 version 1.52, 1998/03/30 14:49:10
Line 72  STRUCT Line 72  STRUCT
 #ifdef MATHML  #ifdef MATHML
         MathDisp (ATTR mode = display, inline_math) = MathML;          MathDisp (ATTR mode = display, inline_math) = MathML;
 #endif  #endif
   #ifdef GRAPHML
           XMLGraphics = GraphML;
   #endif
         Form;          Form;
         Table;          Table;
         PICTURE;          PICTURE;
Line 79  STRUCT Line 82  STRUCT
         ISINDEX;          ISINDEX;
         END;          END;
   
   #ifdef GRAPHML
           HTMLfragment = LIST OF (Element);
   #endif
   
   Horizontal_Rule (ATTR Align = left_, center_, right_;    Horizontal_Rule (ATTR Align = left_, center_, right_;
                         NoShade = NoShade_; Size_ = Integer;                          NoShade = NoShade_; Size_ = Integer;
                         Width__ = Text; IntWidthPercent = Integer;                          Width__ = Text; IntWidthPercent = Integer;
Line 337  STRUCT Line 344  STRUCT
                  No_wrap = no_wrap) = LIST OF (Element);                   No_wrap = no_wrap) = LIST OF (Element);
         Heading_cell(ATTR Ref_column; ColExt; RowExt; colspan_; rowspan_;          Heading_cell(ATTR Ref_column; ColExt; RowExt; colspan_; rowspan_;
                  Cell_align; Cell_valign; Width__; IntWidthPxl; IntWidthPercent;                   Cell_align; Cell_valign; Width__; IntWidthPxl; IntWidthPercent;
                  Cell_height; No_wrap) =                   Cell_height; No_wrap) = LIST OF (Element);
                  LIST OF (Element);  
         END;          END;
   
   MAP (ATTR NAME; Ref_IMG = REFERENCE(Any)) = LIST OF (AREA);    MAP (ATTR NAME; Ref_IMG = REFERENCE(Any)) = LIST OF (AREA);
Line 382  EXCEPT Line 388  EXCEPT
         MAP:            IsDraw;          MAP:            IsDraw;
         AREA:           MoveResize;          AREA:           MoveResize;
         Preformatted:   ReturnCreateNL;          Preformatted:   ReturnCreateNL;
   #ifdef GRAPHML
           HTMLfragment:   NoMove, NoResize, Hidden, NoSelect;
   #endif
   
 #ifndef COUGAR  #ifndef COUGAR
         Langue:         Invisible;          Langue:         Invisible;

Removed from v.1.51  
changed lines
  Added in v.1.52


Webmaster