Diff for /Amaya/amaya/HTML.S between versions 1.128 and 1.129

version 1.128, 2001/10/17 15:16:12 version 1.129, 2001/10/26 16:37:24
Line 144  STRUCT Line 144  STRUCT
         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_ = Integer; Width__ = Text;                    Height_ = Text; Width__ = Text;
                 { height             width }                  { height             width }
                   IntWidthPercent = Integer; IntWidthPxl = Integer;                    IntWidthPercent = Integer; IntWidthPxl = Integer;
                     IntHeightPercent = Integer; IntHeightPxl = Integer;
                   USEMAP = Text; ISMAP = Yes_;                    USEMAP = Text; ISMAP = Yes_;
                 { usemap         ismap }                  { usemap         ismap }
                  IsInput = Yes_;    NAME = Text;                   IsInput = Yes_;    NAME = Text;
Line 169  STRUCT Line 170  STRUCT
                   Height_; Width__;                    Height_; Width__;
                 { height   width }                  { height   width }
                   IntWidthPercent; IntWidthPxl;                    IntWidthPercent; IntWidthPxl;
                     IntHeightPercent; IntHeightPxl;
                   USEMAP; ISMAP;                    USEMAP; ISMAP;
                 { usemap  ismap }                  { usemap  ismap }
                  IsInput;    NAME;                   IsInput;    NAME;
Line 340  STRUCT Line 342  STRUCT
          { codebase         archive         code }           { codebase         archive         code }
            object = Text; alt = Text; applet_name = Text;             object = Text; alt = Text; applet_name = Text;
          { object         alt         name }           { object         alt         name }
            Width__; Height_; IntWidthPercent; IntWidthPxl;             Width__; IntWidthPercent; IntWidthPxl;
              Height_; IntHeightPercent; IntHeightPxl;
          { width    height }           { width    height }
            Alignment; hspace; vspace) =             Alignment; hspace; vspace) =
          { align      hspace  vspace }           { align      hspace  vspace }
Line 364  STRUCT Line 367  STRUCT
          { data         type }           { data         type }
            codetype = Text; archive; standby = Text;             codetype = Text; archive; standby = Text;
          { codetype         archive  standby }           { codetype         archive  standby }
            !Height_; !Width__; IntWidthPercent; IntWidthPxl;              !Height_; !Width__;
              IntWidthPercent; IntWidthPxl; 
              IntHeightPercent; IntHeightPxl;
          {  height    width }           {  height    width }
            USEMAP; NAME; tabindex; Alignment; Img_border;             USEMAP; NAME; tabindex; Alignment; Img_border;
          { usemap  name  tabindex  align      border }           { usemap  name  tabindex  align      border }
Line 374  STRUCT Line 379  STRUCT
         PICTURE;          PICTURE;
         Object_Content = LIST OF (CASE OF Element; Parameter; END);          Object_Content = LIST OF (CASE OF Element; Parameter; END);
                                                  { PARAM }                                                   { PARAM }
         END with Height_ ?= 400, Width__ ?= '400',          END with Height_ ?= '400', Width__ ?= '400',
                  IntWidthPxl ?= 400;                   IntWidthPxl ?= 400, IntHeightPxl ?= 400;
   
   INS                                                           { INS }    INS                                                           { INS }
      (ATTR cite; datetime = Text; InternalLink; ExternalLink) =       (ATTR cite; datetime = Text; InternalLink; ExternalLink) =
Line 660  STRUCT Line 665  STRUCT
          { char         charoff }           { char         charoff }
            Row_valign = Row_top, Row_middle, Row_bottom, Row_baseline;             Row_valign = Row_top, Row_middle, Row_bottom, Row_baseline;
          { valign       top      middle      bottom      baseline }           { valign       top      middle      bottom      baseline }
            BackgroundColor; height\240 = Integer) =             BackgroundColor; IntHeightPxl) =
          { bgcolor          Special attribute to control row span }           { bgcolor          Special attribute to control row span }
         LIST OF (Table_cell);          LIST OF (Table_cell);
   
Line 733  STRUCT Line 738  STRUCT
          { valign        top       middle       bottom       baseline }           { valign        top       middle       bottom       baseline }
            No_wrap = no_wrap; BackgroundColor;             No_wrap = no_wrap; BackgroundColor;
          { nowrap             bgcolor }           { nowrap             bgcolor }
            Width__; Height_; IntWidthPxl; IntWidthPercent) =             Width__; IntWidthPxl; IntWidthPercent;
              Height_;  IntHeightPercent; IntHeightPxl;) =
          { width    height }           { width    height }
         LIST OF (Element);          LIST OF (Element);
   
Line 747  STRUCT Line 753  STRUCT
          { align       char  charoff  valign }           { align       char  charoff  valign }
            No_wrap; BackgroundColor;             No_wrap; BackgroundColor;
          { nowrap   bgcolor }           { nowrap   bgcolor }
            Width__; Height_; IntWidthPxl; IntWidthPercent) =             Width__; IntWidthPxl; IntWidthPercent;
              Height_;  IntHeightPercent; IntHeightPxl) =
          { width    height }           { width    height }
         LIST OF (Element);          LIST OF (Element);
   
Line 777  STRUCT Line 784  STRUCT
            tabindex; accesskey; onfocus; onblur;             tabindex; accesskey; onfocus; onblur;
          { tabindex  accesskey  onfocus  onblur }           { tabindex  accesskey  onfocus  onblur }
            x_coord = Integer; y_coord = Integer; IntWidthPxl;             x_coord = Integer; y_coord = Integer; IntWidthPxl;
            height\240; AreaRef_IMG = REFERENCE(Any)) =             IntWidthPxl; AreaRef_IMG = REFERENCE(Any)) =
         GRAPHICS with x_coord ?= 0, y_coord ?= 0,          GRAPHICS with x_coord ?= 0, y_coord ?= 0,
                       IntWidthPxl ?= 25, height\240 ?= 10;                        IntWidthPxl ?= 25, IntWidthPxl ?= 10;
   
   FRAMESET                                                      { FRAMESET }    FRAMESET                                                      { FRAMESET }
      (ATTR RowHeight = Text; ColWidth = Text;       (ATTR RowHeight = Text; ColWidth = Text;
Line 900  EXCEPT Line 907  EXCEPT
         InternalLink:   Invisible;          InternalLink:   Invisible;
         IntWidthPercent:NewPercentWidth, Invisible;          IntWidthPercent:NewPercentWidth, Invisible;
         IntWidthPxl:    NewWidth, Invisible;          IntWidthPxl:    NewWidth, Invisible;
           IntHeightPercent: Invisible;
           IntHeightPxl:   NewHeight, Invisible;
         IntItemStyle:   Invisible;          IntItemStyle:   Invisible;
         IntSizeIncr:    Invisible;          IntSizeIncr:    Invisible;
         IntSizeDecr:    Invisible;          IntSizeDecr:    Invisible;
Line 907  EXCEPT Line 916  EXCEPT
         IsInput:        Invisible;          IsInput:        Invisible;
         x_coord:        Invisible, NewHPos;          x_coord:        Invisible, NewHPos;
         y_coord:        Invisible, NewVPos;          y_coord:        Invisible, NewVPos;
         height\240:     Invisible, NewHeight;  
         Ref_IMG:        Invisible;          Ref_IMG:        Invisible;
         AreaRef_IMG:    Invisible;          AreaRef_IMG:    Invisible;
         Invalid_attribute: Invisible;          Invalid_attribute: Invisible;

Removed from v.1.128  
changed lines
  Added in v.1.129


Webmaster