Don't shrink table columns when handling cells with greater spanning (#32458)

For example:
```html
<table border="1">
  <tr>  <td></td>  <td></td>  </tr>
  <tr>  <td colspan="2"></td>  </tr>
</table>
```
We should initially size the columns according to the cells in the first
row since they have a span of 1. Then we handle the cell in the second
row with a span of 2, this should be able to increase the size of the
columns, but never decrease them.
This commit is contained in:
Oriol Brufau 2024-06-07 18:37:12 +02:00 committed by GitHub
parent 674edb4df0
commit d10d01757d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 2 additions and 45 deletions

View file

@ -1,2 +0,0 @@
[margin-collapse-121.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[margin-collapse-122.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[margin-collapse-123.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[margin-collapse-125.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[margin-collapse-158.xht]
expected: FAIL