mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Parse the border-image-outset
property
This commit is contained in:
parent
245905b833
commit
98e63e3dd5
Notes:
github-actions[bot]
2025-07-03 09:21:04 +00:00
Author: https://github.com/tcl3
Commit: 98e63e3dd5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5253
Reviewed-by: https://github.com/AtkinsSJ ✅
12 changed files with 236 additions and 154 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue