Diff for /Amaya/amaya/HTML.S between versions 1.91 and 1.92

version 1.91, 1999/10/18 12:15:59 version 1.92, 1999/10/26 09:14:57
Line 41  STRUCT Line 41  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) =             Namespaces = Text; RealLang = Yes_;) =
         BEGIN          BEGIN
         HEAD;          HEAD;
       ? BODY;   { only one of BODY, FRAMESET is allowed }        ? BODY;   { only one of BODY, FRAMESET is allowed }
Line 845  EXCEPT Line 845  EXCEPT
         ShowAreas:      Invisible;          ShowAreas:      Invisible;
         PrintURL:       Invisible;          PrintURL:       Invisible;
         Namespaces:     Invisible;          Namespaces:     Invisible;
           RealLang:       Invisible;
         HtmlDTD:        Invisible;          HtmlDTD:        Invisible;
         shape:          Invisible;          shape:          Invisible;
         Data_cell:      IsCell, NoMove, NoResize;          Data_cell:      IsCell, NoMove, NoResize;

Removed from v.1.91  
changed lines
  Added in v.1.92


Webmaster