Diff for /Amaya/amaya/HTML.S between versions 1.70 and 1.71

version 1.70, 1998/09/01 06:48:14 version 1.71, 1998/09/02 09:00:06
Line 586  STRUCT Line 586  STRUCT
                 { for }                  { for }
                   accesskey; onfocus; onblur) =                    accesskey; onfocus; onblur) =
                 { accesskey  onfocus  onblur }                  { accesskey  onfocus  onblur }
                 Basic_Set - (Input);                  Basic_Set;
         Hidden_Input                                    { INPUT / HIDDEN }          Hidden_Input                                    { INPUT / HIDDEN }
            (ATTR !NAME; Value_; disabled;             (ATTR !NAME; Value_; disabled;
                 { name  value   disabled }                  { name  value   disabled }
Line 613  STRUCT Line 613  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) =             BackgroundColor; height\240 = Integer) =
          { bgcolor }           { bgcolor          Special attribute to control row span }
         LIST OF (Table_cell);          LIST OF (Table_cell);
   
   Table                                                         { TABLE }    Table                                                         { TABLE }
Line 711  STRUCT Line 711  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 = Integer; AreaRef_IMG = REFERENCE(Any)) =             height\240; 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, height\240 ?= 10;
   

Removed from v.1.70  
changed lines
  Added in v.1.71


Webmaster