Diff for /Amaya/amaya/HTML.S between versions 1.133 and 1.134

version 1.133, 2001/12/06 10:21:36 version 1.134, 2001/12/10 09:14:17
Line 965  EXCEPT Line 965  EXCEPT
         onkeypress:     EventAttr;          onkeypress:     EventAttr;
         onkeydown:      EventAttr;          onkeydown:      EventAttr;
         onkeyup:        EventAttr;          onkeyup:        EventAttr;
           onload:         EventAttr;
           onunload:       EventAttr;
           onfocus:        EventAttr;
           onblur:         EventAttr;
           onsubmit:       EventAttr;
           onreset:        EventAttr;
           onchange:       EventAttr;
           onselect:       EventAttr;
         ID :            CssId;          ID :            CssId;
         Class:          CssClass;          Class:          CssClass;
         SVG_ImageContent: Hidden;          SVG_ImageContent: Hidden;

Removed from v.1.133  
changed lines
  Added in v.1.134


Webmaster