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:
parent
25f612f32b
commit
64c353f11c
7 changed files with 22 additions and 3 deletions
|
@ -266,9 +266,8 @@
|
|||
"border-collapse": {
|
||||
"inherited": true,
|
||||
"initial": "separate",
|
||||
"valid-identifiers": [
|
||||
"collapse",
|
||||
"separate"
|
||||
"valid-types": [
|
||||
"border-collapse"
|
||||
]
|
||||
},
|
||||
"border-left-color": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue