Diff for /Amaya/amaya/HTML.S between versions 1.59 and 1.60

version 1.59, 1998/07/03 15:12:27 version 1.60, 1998/07/06 09:22:42
Line 107  STRUCT Line 107  STRUCT
                 CONSTANT C_Empty;                  CONSTANT C_Empty;
         Table;                                                  { TABLE }          Table;                                                  { TABLE }
         Address = LIST OF (AddressContent);                     { ADDRESS }          Address = LIST OF (AddressContent);                     { ADDRESS }
         Applet;                                                 { APPLET }  
         PICTURE                                                 { IMG }          PICTURE                                                 { IMG }
                 (ATTR Alignment = Top_, Middle_, Bottom_, Left_, Right_;                  (ATTR Alignment = Top_, Middle_, Bottom_, Left_, Right_;
                 {     align       top   middle   bottom   left   right }                  {     align       top   middle   bottom   left   right }
Line 118  STRUCT Line 117  STRUCT
                   ISMAP = Yes_; USEMAP = Text; SRC = Text; ALT = Text);                    ISMAP = Yes_; USEMAP = Text; SRC = Text; ALT = Text);
                 { ismap        usemap         src         alt }                  { ismap        usemap         src         alt }
         Object;                                                 { OBJECT }          Object;                                                 { OBJECT }
           Applet;                                                 { APPLET }
 #ifdef MATHML  #ifdef MATHML
         MathDisp (ATTR mode = display, inline_math) = MathML;          MathDisp (ATTR mode = display, inline_math) = MathML;
 #endif  #endif
Line 196  STRUCT Line 196  STRUCT
 #endif  #endif
         END;          END;
   
   BaseFont (ATTR BaseFontSize = Integer) = CONSTANT C_Empty;    { BASEFONT }    BaseFont                                                      { BASEFONT }
                 { size }          (ATTR BaseFontSize = Integer; BaseFontColor = Text;
               { size                    color }
                 BaseFontFace = Text) =
               { face }
                   CONSTANT C_Empty;
   
   Font = CASE OF                        { fontstyle }    Font = CASE OF                { fontstyle }
           Teletype_text = Basic_Set;      { TT }
         Italic_text = Basic_Set;        { I }          Italic_text = Basic_Set;        { I }
         Bold_text = Basic_Set;          { B }          Bold_text = Basic_Set;          { B }
         Teletype_text = Basic_Set;      { TT }  
         Underlined_text = Basic_Set;    { U }          Underlined_text = Basic_Set;    { U }
         Struck_text = Basic_Set;        { STRIKE }          Struck_text = Basic_Set;        { S or STRIKE }
         Big_text = Basic_Set;           { BIG }          Big_text = Basic_Set;           { BIG }
         Small_text = Basic_Set;         { SMALL }          Small_text = Basic_Set;         { SMALL }
         END;          END;
   
   Phrase = CASE OF                      { phrase }    Phrase = CASE OF              { phrase }
         Emphasis = Basic_Set;           { EM }          Emphasis = Basic_Set;           { EM }
         Strong = Basic_Set;             { STRONG }          Strong = Basic_Set;             { STRONG }
         Def = Basic_Set;                { DFN }          Def = Basic_Set;                { DFN }
Line 218  STRUCT Line 222  STRUCT
         Keyboard = Basic_Set;           { KBD }          Keyboard = Basic_Set;           { KBD }
         Variable = Basic_Set;           { VAR }          Variable = Basic_Set;           { VAR }
         Cite = Basic_Set;               { CITE }          Cite = Basic_Set;               { CITE }
           ABBR = Basic_Set;               { ABBR }
           ACRONYM = Basic_Set;            { ACRONYM }
         END;          END;
   
   Font_ (ATTR Font_size = Text; color = Text;                   { FONT }    Font_ (ATTR Font_size = Text; color = Text; face = Text;      { FONT }
             { size              color }              { size              color         face }
               IntSizeIncr = Integer; IntSizeDecr = Integer;                IntSizeIncr = Integer; IntSizeDecr = Integer;
               IntSizeRel = Integer) = Basic_Set;                IntSizeRel = Integer) = Basic_Set;
   

Removed from v.1.59  
changed lines
  Added in v.1.60


Webmaster