Diff for /Amaya/amaya/HTMLnames.h between versions 1.16 and 1.17

version 1.16, 2001/06/28 07:41:49 version 1.17, 2001/06/29 14:57:15
Line 205  AttributeMapping XHTMLAttributeMappingTa Line 205  AttributeMapping XHTMLAttributeMappingTa
    {"dir", "", 'A', HTML_ATTR_dir, L_BasicValue},     {"dir", "", 'A', HTML_ATTR_dir, L_BasicValue},
    {"disabled", "", 'A', HTML_ATTR_disabled, L_BasicValue},     {"disabled", "", 'A', HTML_ATTR_disabled, L_BasicValue},
   
      {"enctype", "form", 'A', HTML_ATTR_ENCTYPE, L_BasicValue},
    {"enctype", "", 'A', HTML_ATTR_ENCTYPE, L_StrictValue},     {"enctype", "", 'A', HTML_ATTR_ENCTYPE, L_StrictValue},
    {"event", "script", 'A', HTML_ATTR_event, L_StrictValue},     {"event", "script", 'A', HTML_ATTR_event, L_StrictValue},
   

Removed from v.1.16  
changed lines
  Added in v.1.17


Webmaster