Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-alpha-9
-
None
Description
Currently a table caption is most of the time emitted after the table body (mainly because apt puts the caption after the table). However, for a valid xhtml-1.0, the table caption has to come before the first table row.
Since we don't have a mechanism yet to enforce the order of parsing events (see DOXIA-132), and I am not sure if this can be achieved in general, any sink should be flexible enough to deal with any reasonable order of events, to produce some valid output.