Diff for /Amaya/amaya/HTML.S between versions 1.52 and 1.53

version 1.52, 1998/03/30 14:49:10 version 1.53, 1998/04/07 16:00:59
Line 73  STRUCT Line 73  STRUCT
         MathDisp (ATTR mode = display, inline_math) = MathML;          MathDisp (ATTR mode = display, inline_math) = MathML;
 #endif  #endif
 #ifdef GRAPHML  #ifdef GRAPHML
         XMLGraphics = GraphML;          XMLGraphics (ATTR Height_ = Integer; Width__ = Text;
                           IntWidthPercent = Integer;
                           IntWidthPxl = Integer)
            = GraphML
              with Height_ ?= 200, Width__ ?= '100%', IntWidthPercent ?= 100;
 #endif  #endif
         Form;          Form;
         Table;          Table;
Line 88  STRUCT Line 92  STRUCT
   
   Horizontal_Rule (ATTR Align = left_, center_, right_;    Horizontal_Rule (ATTR Align = left_, center_, right_;
                         NoShade = NoShade_; Size_ = Integer;                          NoShade = NoShade_; Size_ = Integer;
                         Width__ = Text; IntWidthPercent = Integer;                          Width__; IntWidthPercent;
                         IntWidthPxl = Integer) =                          IntWidthPxl) =
         CONSTANT C_Empty;          CONSTANT C_Empty;
   
   AddressContent = CASE OF    AddressContent = CASE OF
Line 122  STRUCT Line 126  STRUCT
   Basic_Elem = CASE OF    Basic_Elem = CASE OF
         TEXT;          TEXT;
         PICTURE (ATTR Alignment = Top_, Middle_, Bottom_, Left_, Right_;          PICTURE (ATTR Alignment = Top_, Middle_, Bottom_, Left_, Right_;
                  Height_ = Integer; Width__; IntWidthPercent; IntWidthPxl;                   Height_; Width__; IntWidthPercent; IntWidthPxl;
                  hspace = Integer; vspace = Integer; Img_border = Integer;                   hspace = Integer; vspace = Integer; Img_border = Integer;
                  ISMAP = Yes_; USEMAP = Text; SRC = Text; ALT = Text);                   ISMAP = Yes_; USEMAP = Text; SRC = Text; ALT = Text);
         Anchor;          Anchor;
Line 390  EXCEPT Line 394  EXCEPT
         Preformatted:   ReturnCreateNL;          Preformatted:   ReturnCreateNL;
 #ifdef GRAPHML  #ifdef GRAPHML
         HTMLfragment:   NoMove, NoResize, Hidden, NoSelect;          HTMLfragment:   NoMove, NoResize, Hidden, NoSelect;
           XMLGraphics:    MoveResize, NoMove;
 #endif  #endif
   
 #ifndef COUGAR  #ifndef COUGAR

Removed from v.1.52  
changed lines
  Added in v.1.53


Webmaster