Implement 'empty-cells' for layout 2020 (#32331)

https://drafts.csswg.org/css-tables/#empty-cell-rendering

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Oriol Brufau 2024-05-21 13:08:08 +02:00 committed by GitHub
parent 9d57c0de77
commit 5b13604bd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 46 additions and 133 deletions

View file

@ -8,12 +8,6 @@
[Property caption-side inherits]
expected: FAIL
[Property empty-cells has initial value show]
expected: FAIL
[Property empty-cells inherits]
expected: FAIL
[Property table-layout has initial value auto]
expected: FAIL

View file

@ -1,6 +0,0 @@
[empty-cells-computed.html]
[Property empty-cells value 'show']
expected: FAIL
[Property empty-cells value 'hide']
expected: FAIL

View file

@ -1,6 +0,0 @@
[empty-cells-valid.html]
[e.style['empty-cells'\] = "show" should set the property value]
expected: FAIL
[e.style['empty-cells'\] = "hide" should set the property value]
expected: FAIL