mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
LibWeb: Add CSS support for border-spacing property
This commit is contained in:
parent
f662a452c9
commit
396f1a977c
5 changed files with 31 additions and 0 deletions
|
@ -502,6 +502,7 @@
|
|||
"border-spacing": {
|
||||
"inherited": true,
|
||||
"initial": "0",
|
||||
"max-values": 2,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue