- In *DocBook* HTML tables, things are not supposed to be rendered
  with bold in the thead and tfoot sections; it's not like if all td-s
  had become th-s. Surely it's not laid down in the standards, but I
  yet to see a HTML renderer that makes these bold, so you can call it
  a de-facto standard. So, a quick fix in the CSS...

- When I convert a td to th or the other way around, it loses all it's
  attributes. I think that in general when converting elements,
  attributes that are supported by the new element too should be
  copied. Surely not always "safe" to keep them, but almost always
  annoying to lose them.

-- 
Best regards,
 Daniel Dekany


Reply via email to