Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.9 and 1.10

version 1.9, 2000/07/13 15:23:43 version 1.10, 2000/08/19 17:10:01
Line 429  static AttributeMapping XhtmlAttributeMa Line 429  static AttributeMapping XhtmlAttributeMa
   
    {TEXT("headers"), TEXT(""), 'A', HTML_ATTR_headers},     {TEXT("headers"), TEXT(""), 'A', HTML_ATTR_headers},
 #endif /* XHTML_BASIC */  #endif /* XHTML_BASIC */
      {TEXT("height"), TEXT("svg"), 'A', HTML_ATTR_SvgHeight},
    {TEXT("height"), TEXT(""), 'A', HTML_ATTR_Height_},     {TEXT("height"), TEXT(""), 'A', HTML_ATTR_Height_},
    {TEXT("href"), TEXT(""), 'A', HTML_ATTR_HREF_},     {TEXT("href"), TEXT(""), 'A', HTML_ATTR_HREF_},
    {TEXT("hreflang"), TEXT(""), 'A', HTML_ATTR_hreflang},     {TEXT("hreflang"), TEXT(""), 'A', HTML_ATTR_hreflang},
Line 578  static AttributeMapping XhtmlAttributeMa Line 579  static AttributeMapping XhtmlAttributeMa
    {TEXT("width"), TEXT("object"), 'A', HTML_ATTR_Width__},     {TEXT("width"), TEXT("object"), 'A', HTML_ATTR_Width__},
 #ifndef XHTML_BASIC  #ifndef XHTML_BASIC
    {TEXT("width"), TEXT("pre"), 'A', HTML_ATTR_Width__},     {TEXT("width"), TEXT("pre"), 'A', HTML_ATTR_Width__},
 #ifndef XHTML_BASIC  
    {TEXT("width"), TEXT("table"), 'A', HTML_ATTR_Width__},  
 #endif /* XHTML_BASIC */  #endif /* XHTML_BASIC */
      {TEXT("width"), TEXT("svg"), 'A', HTML_ATTR_SvgWidth},
      {TEXT("width"), TEXT("table"), 'A', HTML_ATTR_Width__},
   #ifndef XHTML_BASIC
    {TEXT("width"), TEXT("td"), 'A', HTML_ATTR_Width__},     {TEXT("width"), TEXT("td"), 'A', HTML_ATTR_Width__},
    {TEXT("width"), TEXT("th"), 'A', HTML_ATTR_Width__},     {TEXT("width"), TEXT("th"), 'A', HTML_ATTR_Width__},
 #endif /* XHTML_BASIC */  #endif /* XHTML_BASIC */

Removed from v.1.9  
changed lines
  Added in v.1.10


Webmaster