mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Parse the border-image-repeat
property
This commit is contained in:
parent
98e63e3dd5
commit
c0390f759c
Notes:
github-actions[bot]
2025-07-03 09:20:56 +00:00
Author: https://github.com/tcl3
Commit: c0390f759c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5253
Reviewed-by: https://github.com/AtkinsSJ ✅
8 changed files with 69 additions and 47 deletions
|
@ -89,6 +89,12 @@
|
|||
"separate",
|
||||
"collapse"
|
||||
],
|
||||
"border-image-repeat": [
|
||||
"stretch",
|
||||
"repeat",
|
||||
"round",
|
||||
"space"
|
||||
],
|
||||
"box-sizing": [
|
||||
"border-box",
|
||||
"content-box"
|
||||
|
|
|
@ -716,6 +716,16 @@
|
|||
"number [0,∞]"
|
||||
]
|
||||
},
|
||||
"border-image-repeat": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "discrete",
|
||||
"inherited": false,
|
||||
"initial": "stretch",
|
||||
"max-values": 2,
|
||||
"valid-types": [
|
||||
"border-image-repeat"
|
||||
]
|
||||
},
|
||||
"border-image-slice": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "by-computed-value",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue