Diff for /Amaya/amaya/HTML.S between versions 1.100 and 1.101

version 1.100, 2000/02/14 09:52:50 version 1.101, 2000/03/03 10:26:07
Line 43  STRUCT Line 43  STRUCT
   HTML                                                          { HTML }    HTML                                                          { HTML }
      (ATTR SectionNumbering = Yes_; ShowAreas = Yes_;       (ATTR SectionNumbering = Yes_; ShowAreas = Yes_;
            PrintURL = Yes_; HtmlDTD = Transitional, Frameset;             PrintURL = Yes_; HtmlDTD = Transitional, Frameset;
            Namespaces = Text; RealLang = Yes_;) =             Namespaces = Text; RealLang = Yes_; Charset = Text) =
         BEGIN          BEGIN
         HEAD;          HEAD;
       ? BODY;   { only one of BODY, FRAMESET is allowed }        ? BODY;   { only one of BODY, FRAMESET is allowed }
Line 851  EXCEPT Line 851  EXCEPT
         PrintURL:       Invisible;          PrintURL:       Invisible;
         Namespaces:     Invisible;          Namespaces:     Invisible;
         RealLang:       Invisible;          RealLang:       Invisible;
           Charset:        Invisible;
         HtmlDTD:        Invisible;          HtmlDTD:        Invisible;
         shape:          Invisible;          shape:          Invisible;
         Data_cell:      IsCell, NoMove, NoResize;          Data_cell:      IsCell, NoMove, NoResize;

Removed from v.1.100  
changed lines
  Added in v.1.101


Webmaster