Support rowspan=0; always fixup overflowing rowspans beforehand

This makes rowspan=0 work by storing notes on which group of rows we're
in for tables containing both rowgroups and rows, and using that to
respan cells with overlarge or zero rowspans.

This also gets rid of the largest_leftover_incoming_size business,
because now spans will always be correct and we'll never have any left
over.
This commit is contained in:
Manish Goregaokar 2018-02-28 14:18:25 -08:00
parent 19dba91e4d
commit 54eb1eb780
3 changed files with 83 additions and 63 deletions

View file

@ -1,2 +0,0 @@
[table_rowspan_rowgroup_a.html]
expected: FAIL