mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
tables: Add a naive implementation of border-collapse
(#32309)
This change adds a very simple implementation of `border-collapse` for tables. No harmonization or merging is done at all for borders. Instead, the largest border for every continuous border sets the size. Instead of merging different border styles, they are squashed to half size -- which isn't great, but ensures appropriate positioning. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
5cac276997
commit
0cd9c3f2c4
36 changed files with 126 additions and 285 deletions
|
@ -1,2 +0,0 @@
|
|||
[table-cell-width-s.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-cell-width.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-width-s.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-width.html]
|
||||
expected: FAIL
|
|
@ -4,18 +4,3 @@
|
|||
|
||||
[.rt]
|
||||
expected: FAIL
|
||||
|
||||
[.table]
|
||||
expected: FAIL
|
||||
|
||||
[.col]
|
||||
expected: FAIL
|
||||
|
||||
[.tbody]
|
||||
expected: FAIL
|
||||
|
||||
[.tr]
|
||||
expected: FAIL
|
||||
|
||||
[.td]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue