Diff for /Amaya/amaya/HTMLnames.h between versions 1.57 and 1.58

version 1.57, 2005/04/13 16:26:58 version 1.58, 2005/05/02 13:44:39
Line 368  AttributeMapping XHTMLAttributeMappingTa Line 368  AttributeMapping XHTMLAttributeMappingTa
    {"width", "td", 'A', HTML_ATTR_Width__, L_TransitionalValue},     {"width", "td", 'A', HTML_ATTR_Width__, L_TransitionalValue},
    {"width", "th", 'A', HTML_ATTR_Width__, L_TransitionalValue},     {"width", "th", 'A', HTML_ATTR_Width__, L_TransitionalValue},
   
      {"xml:id", "", 'A', HTML_ATTR_xmlid, L_BasicValue},
    {"xml:space", "", 'A', HTML_ATTR_xml_space, L_BasicValue},     {"xml:space", "", 'A', HTML_ATTR_xml_space, L_BasicValue},
   
    {"zzghost", "", 'A', HTML_ATTR_Ghost_restruct, L_BasicValue},     {"zzghost", "", 'A', HTML_ATTR_Ghost_restruct, L_BasicValue},
    {"", "", EOS, 0, L_OtherValue}               /* Last entry. Mandatory */     {"", "", EOS, 0, L_OtherValue}               /* Last entry. Mandatory */
 };  };

Removed from v.1.57  
changed lines
  Added in v.1.58


Webmaster