Daniel Dekany wrote: > - 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...
If we do this, other users will probably complain. The fact that text inside thead and tfoot sections is rendered (on screen) using a bold font is useful in the context of a structured document editor. It makes it obvious that you are not inside a tbody. > > - 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. > This is a limitation of the Convert command. It affects all elements. Removing this limitation has already been requested by other users. We'll see if we can improve that in next release.

