Menu

#1334 copy through all xhtml table attributes

output: HTML
pending-fixed
None
5
2014-05-15
2014-05-14
No

When an table using HTML markup is output to HTML, the @id and @scope attributes on td or th are not copied through. All other HTML-like attributes are enumerated and copied through in mode="htmlTableAtt", so this looks like an oversight.

Discussion

  • Robert Stayton

    Robert Stayton - 2014-05-15

    I checked in the fix to include these two attributes in mode="htmlTableAtt".

     
  • Robert Stayton

    Robert Stayton - 2014-05-15
    • status: open --> pending-fixed