Diff for /Amaya/amaya/HTML.S between versions 1.198 and 1.199

version 1.198, 2004/10/12 14:52:33 version 1.199, 2004/10/14 11:08:05
Line 144  STRUCT Line 144  STRUCT
         FIELDSET;                                               { FIELDSET }          FIELDSET;                                               { FIELDSET }
         Address;                                                { ADDRESS }          Address;                                                { ADDRESS }
         PICTURE                                                 { IMG }          PICTURE                                                 { IMG }
             (ATTR SRC = Text; ALT = Text; longdesc = Text;              (ATTR !SRC = Text; !ALT = Text; longdesc = Text;
                 { src         alt         longdesc }                  { !src         !alt         longdesc }
                   Height_ = Text; Width__ = Text;                    Height_ = Text; Width__ = Text;
                 { height          width }                  { height          width }
                   IntWidthPercent = Integer; IntWidthPxl = Integer;                    IntWidthPercent = Integer; IntWidthPxl = Integer;

Removed from v.1.198  
changed lines
  Added in v.1.199


Webmaster