mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
parent
19dba91e4d
commit
54eb1eb780
3 changed files with 83 additions and 63 deletions
|
@ -1,2 +0,0 @@
|
|||
[table_rowspan_rowgroup_a.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue