Diff for /Amaya/amaya/HTML.S between versions 1.94 and 1.95

version 1.94, 1999/11/08 17:12:18 version 1.95, 1999/12/02 15:09:45
Line 28  ATTR Line 28  ATTR
    Invalid_attribute = Text;     Invalid_attribute = Text;
    Ghost_restruct = Text;     Ghost_restruct = Text;
    Highlight = Yes_;     Highlight = Yes_;
      IntEntity = Yes_; 
   
 CONST  CONST
   
Line 869  EXCEPT Line 870  EXCEPT
         rowspan_:       RowSpan;          rowspan_:       RowSpan;
         Object_Content: Hidden, NoCreate, NoCut;          Object_Content: Hidden, NoCreate, NoCut;
         Ghost_restruct: Invisible;          Ghost_restruct: Invisible;
           IntEntity:      Invisible; 
         onclick:        EventAttr;          onclick:        EventAttr;
         ondblclick:     EventAttr;          ondblclick:     EventAttr;
         onmousedown:    EventAttr;          onmousedown:    EventAttr;

Removed from v.1.94  
changed lines
  Added in v.1.95


Webmaster