Diff for /Amaya/amaya/HTML.S between versions 1.10 and 1.11

version 1.10, 1997/01/29 11:24:32 version 1.11, 1997/02/01 11:53:59
Line 26  STRUCT Line 26  STRUCT
         LinkColor = Text; VisitedLinkColor = Text; ActiveLinkColor = Text)          LinkColor = Text; VisitedLinkColor = Text; ActiveLinkColor = Text)
         = LIST OF (Element);          = LIST OF (Element);
   
   Invalid_element = TEXT;    Invalid_element (ATTR Error_type = UnknownTag, BadPosition) = TEXT;
   Comment\240 = LIST OF (Comment_line = TEXT);    Comment\240 = LIST OF (Comment_line = TEXT);
   
   HEAD = AGGREGATE    HEAD = AGGREGATE
Line 41  STRUCT Line 41  STRUCT
         END;          END;
   META (ATTR http_equiv = Text; !meta_name = Text; !meta_content = Text)    META (ATTR http_equiv = Text; !meta_name = Text; !meta_content = Text)
          = CONSTANT C_Empty;           = CONSTANT C_Empty;
   LINK (ATTR !HREF_ = Text; REL = Text; REV = Text; Title = Text;    LINK (ATTR !HREF_ = Text; REL = Text; REV = Text; Title = Text)
              METHODS = Text)  
          = CONSTANT C_Empty;           = CONSTANT C_Empty;
   
   StyleRule (ATTR Selector = TEXT) = TEXT;    StyleRule (ATTR Selector = TEXT) = TEXT;
Line 98  STRUCT Line 97  STRUCT
              {* add Font_ to the exclusion list *}               {* add Font_ to the exclusion list *}
   Pre_Line = Basic_Set;    Pre_Line = Basic_Set;
   
   Anchor (ATTR HREF_; NAME = Text; REL; REV; Title; METHODS)    Anchor (ATTR HREF_; NAME = Text; REL; REV; Title)
         = Basic_Set;          = Basic_Set;
   
   Basic_Elem = CASE OF    Basic_Elem = CASE OF
Line 127  STRUCT Line 126  STRUCT
         Italic_text = Basic_Set;          Italic_text = Basic_Set;
         Bold_text = Basic_Set;          Bold_text = Basic_Set;
         Teletype_text = Basic_Set;          Teletype_text = Basic_Set;
           Underlined_text = Basic_Set;
         Struck_text = Basic_Set;          Struck_text = Basic_Set;
         Big_text = Basic_Set;          Big_text = Basic_Set;
         Small_text = Basic_Set;          Small_text = Basic_Set;
Line 305  STRUCT Line 305  STRUCT
                  colspan = INTEGER;                   colspan = INTEGER;
                  rowspan = INTEGER;                   rowspan = INTEGER;
                  Cell_align = Cell_left, Cell_center, Cell_right;                   Cell_align = Cell_left, Cell_center, Cell_right;
                  Cell_valign = Cell_top, Cell_middle, Cell_bottom, Cell_baseline;                   Cell_valign = Cell_top, Cell_middle, Cell_bottom;
                  Cell_width = Text;                   Cell_width = Text;
                  Cell_height = Integer;                   Cell_height = Integer;
                  Word_wrap = Wrap, No_wrap) = LIST OF (Element);                   Word_wrap = Wrap, No_wrap) = LIST OF (Element);

Removed from v.1.10  
changed lines
  Added in v.1.11


Webmaster