Diff for /Amaya/amaya/HTML.S between versions 1.183 and 1.184

version 1.183, 2004/04/13 13:24:15 version 1.184, 2004/05/03 15:32:23
Line 96  STRUCT Line 96  STRUCT
          TEXT;           TEXT;
   
   SCRIPT_                                                       { SCRIPT }    SCRIPT_                                                       { SCRIPT }
      (ATTR charset = Text; !content_type = Text;       (ATTR charset = Text; content_type = Text;
          { charset          type }           { charset          type }
            script_language = Text; script_src = Text;             script_language = Text; script_src = Text;
          { language                src }           { language                src }
            defer = Yes_; event = Text; for_ = Text) =             defer = Yes_; event = Text; for_ = Text) =
          { defer         event         for }           { defer         event         for }
         TEXT;          TEXT with content_type ?= 'text/javascript';
   
   META                                                          { META }    META                                                          { META }
      (ATTR http_equiv = Text;       (ATTR http_equiv = Text;
Line 135  STRUCT Line 135  STRUCT
         Preformatted;                                           { PRE preformatted }          Preformatted;                                           { PRE preformatted }
         Division;                                               { DIV }          Division;                                               { DIV }
         Center;                                                 { CENTER }          Center;                                                 { CENTER }
         NOSCRIPT = LIST OF (Element);                           { NOSCRIPT }          SCRIPT_;                                                { SCRIPT }
           NOSCRIPT = LIST OF (Element) - (SCRIPT_);               { NOSCRIPT }
         Block_Quote;                                            { BLOCKQUOTE }          Block_Quote;                                            { BLOCKQUOTE }
         Form;                                                   { FORM }          Form;                                                   { FORM }
         ISINDEX;                                                { ISINDEX }          ISINDEX;                                                { ISINDEX }

Removed from v.1.183  
changed lines
  Added in v.1.184


Webmaster