Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
These days (means for years) tables must start likes this:
sink.table();
sink.tableRows( justify, true );
sink.tableRow();
...
old backward compat code allows to omit Sink#tableRows().
Drop this old compat layer which simplifies our code.
Attachments
Issue Links
- is part of
-
DOXIA-668 Remove all obsolete attributes in HTML5
- Closed