LibWeb: Parse the border-image-outset property

This commit is contained in:
Tim Ledbetter 2025-06-10 23:54:48 +01:00 committed by Sam Atkins
commit 98e63e3dd5
Notes: github-actions[bot] 2025-07-03 09:21:04 +00:00
12 changed files with 236 additions and 154 deletions

View file

@ -705,6 +705,17 @@
],
"max-values": 1
},
"border-image-outset": {
"affects-layout": false,
"animation-type": "by-computed-value",
"inherited": false,
"initial": "0",
"max-values": 4,
"valid-types": [
"length [0,∞]",
"number [0,∞]"
]
},
"border-image-slice": {
"affects-layout": false,
"animation-type": "by-computed-value",