1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

LibWeb: Parse border-collapse property for HTML table

This commit is contained in:
martinfalisse 2023-01-02 23:01:29 +01:00 committed by Andreas Kling
parent 25f612f32b
commit 64c353f11c
7 changed files with 22 additions and 3 deletions

View file

@ -266,9 +266,8 @@
"border-collapse": {
"inherited": true,
"initial": "separate",
"valid-identifiers": [
"collapse",
"separate"
"valid-types": [
"border-collapse"
]
},
"border-left-color": {