summaryrefslogtreecommitdiff
path: root/test/tables/nordics.html4
AgeCommit message (Collapse)Author
2022-01-28HTML writer: avoid duplicate "style" attributes on table cellsAlbert Krewinkel
Fixes: #7871
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel
Add attributes to tbody and tr elements.
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
Part of: #6314