Diff for /Amaya/amaya/HTML.S between versions 1.192 and 1.193

version 1.192, 2004/09/17 14:16:21 version 1.193, 2004/09/23 14:13:46
Line 141  STRUCT Line 141  STRUCT
         Form;                                                   { FORM }          Form;                                                   { FORM }
         ISINDEX;                                                { ISINDEX }          ISINDEX;                                                { ISINDEX }
         Horizontal_Rule;                                        { HR }          Horizontal_Rule;                                        { HR }
         Table;                                                  { TABLE }          Table_;                                                 { TABLE }
         FIELDSET;                                               { FIELDSET }          FIELDSET;                                               { FIELDSET }
         Address;                                                { ADDRESS }          Address;                                                { ADDRESS }
         PICTURE                                                 { IMG }          PICTURE                                                 { IMG }
Line 414  STRUCT Line 414  STRUCT
         Center;                                                 { CENTER }          Center;                                                 { CENTER }
         Form;          Form;
         Horizontal_Rule;                                        { HR }          Horizontal_Rule;                                        { HR }
         Table;                                                  { TABLE }          Table_;                                                 { TABLE }
         Address;                                                { ADDRESS }          Address;                                                { ADDRESS }
         END;          END;
   
Line 435  STRUCT Line 435  STRUCT
         END;          END;
   
   Unnumbered_List                                               { UL }    Unnumbered_List                                               { UL }
      (ATTR BulletStyle = disc, circle, square;       (ATTR BulletStyle = disc_, circle_, square_;
          { type          disc  circle  square }           { type          disc   circle   square }
            COMPACT = Yes_) =             COMPACT = Yes_) =
          { compact }           { compact }
         LIST OF (List_Item);          LIST OF (List_Item);
Line 444  STRUCT Line 444  STRUCT
   Numbered_List                                                 { OL }    Numbered_List                                                 { OL }
      (ATTR NumberStyle = Arabic_, LowerAlpha, UpperAlpha,       (ATTR NumberStyle = Arabic_, LowerAlpha, UpperAlpha,
          { type          1        a           A }           { type          1        a           A }
            LowerRoman, UpperRoman;             LowerRoman_, UpperRoman_;
          { i           I }           { i            I }
            Start = Integer; COMPACT) =             Start = Integer; COMPACT) =
          { start            compact }           { start            compact }
         LIST OF (List_Item) with Start ?= 1;          LIST OF (List_Item);
   
   Directory                                                     { DIR }    Directory                                                     { DIR }
      (ATTR COMPACT) =       (ATTR COMPACT) =
Line 461  STRUCT Line 461  STRUCT
         LIST OF (List_Item);          LIST OF (List_Item);
   
   List_Item                                                     { LI }    List_Item                                                     { LI }
      (ATTR ItemStyle = disc, circle, square, Arabic_,       (ATTR ItemStyle = disc_, circle_, square_, Arabic_,
          { type        disc  circle  square  1 }           { type        disc   circle   square   1 }
            LowerAlpha, UpperAlpha, LowerRoman, UpperRoman;             LowerAlpha, UpperAlpha, LowerRoman_, UpperRoman_;
          { a           A           i           I }           { a           A           i            I }
            IntItemStyle = disc, circle, square, Arabic_,  
            LowerAlpha, UpperAlpha, LowerRoman, UpperRoman;  
            ItemValue = Integer) =             ItemValue = Integer) =
          { value }           { value }
         LIST OF (Block);          LIST OF (Block);
Line 659  STRUCT Line 657  STRUCT
         Inserted_Text = TEXT;          Inserted_Text = TEXT;
         END;          END;
   
   Table                                                         { TABLE }    Table_                                                                { TABLE }
      (ATTR summary = Text; Width__; Border = Integer;       (ATTR summary = Text; Width__; Border = Integer;
          { summary         width    border }           { summary         width    border }
            frame = void, above, below, hsides, lhs, rhs,             frame = void, above, below, hsides, lhs, rhs,
Line 925  EXCEPT Line 923  EXCEPT
         IntHeightPercent: Invisible;          IntHeightPercent: Invisible;
         IntHeightPxl:   NewHeight, Invisible;          IntHeightPxl:   NewHeight, Invisible;
         IntAreaSize:    Invisible;          IntAreaSize:    Invisible;
         IntItemStyle:   Invisible;  
         IntSizeIncr:    Invisible;          IntSizeIncr:    Invisible;
         IntSizeDecr:    Invisible;          IntSizeDecr:    Invisible;
         IntSizeRel:     Invisible;          IntSizeRel:     Invisible;
Line 954  EXCEPT Line 951  EXCEPT
         Data_cell:      IsCell, NoMove, NoResize, NoBreakByReturn;          Data_cell:      IsCell, NoMove, NoResize, NoBreakByReturn;
         Heading_cell:   IsCell, NoMove, NoResize, NoBreakByReturn;          Heading_cell:   IsCell, NoMove, NoResize, NoBreakByReturn;
         Table_cell:     IsCell, NoMove, NoResize, NoBreakByReturn;          Table_cell:     IsCell, NoMove, NoResize, NoBreakByReturn;
         Table:          IsTable, PageBreak, NoReplicate, NoBreakByReturn;          Table_:         IsTable, PageBreak, NoReplicate, NoBreakByReturn;
         Column_head:    IsColHead, NoCut, Hidden, NoBreakByReturn;          Column_head:    IsColHead, NoCut, Hidden, NoBreakByReturn;
         Table_head:     NoCut, Hidden, NoSelect, NoBreakByReturn;          Table_head:     NoCut, Hidden, NoSelect, NoBreakByReturn;
         C_Head:         Hidden, NoSelect;          C_Head:         Hidden, NoSelect;

Removed from v.1.192  
changed lines
  Added in v.1.193


Webmaster