Diff for /Amaya/amaya/HTML.S between versions 1.99 and 1.100

version 1.99, 2000/02/08 17:25:19 version 1.100, 2000/02/14 09:52:50
Line 28  ATTR Line 28  ATTR
    Invalid_attribute = Text;     Invalid_attribute = Text;
    Ghost_restruct = Text;     Ghost_restruct = Text;
    Highlight = Yes_;     Highlight = Yes_;
    IntEntity = Yes_;      IntEntity = Yes_;    { do not translate & into & in output file }
      EntityName = Text;   { the content of the element is the name of an entity }
   
 CONST  CONST
   
Line 870  EXCEPT Line 871  EXCEPT
         rowspan_:       RowSpan;          rowspan_:       RowSpan;
         Object_Content: Hidden, NoCreate, NoCut;          Object_Content: Hidden, NoCreate, NoCut;
         Ghost_restruct: Invisible;          Ghost_restruct: Invisible;
         IntEntity:      Invisible;           IntEntity:      Invisible;
           EntityName:     Invisible;
         onclick:        EventAttr;          onclick:        EventAttr;
         ondblclick:     EventAttr;          ondblclick:     EventAttr;
         onmousedown:    EventAttr;          onmousedown:    EventAttr;

Removed from v.1.99  
changed lines
  Added in v.1.100


Webmaster