LibWeb: Parse the border-image-repeat property

This commit is contained in:
Tim Ledbetter 2025-06-11 00:08:37 +01:00 committed by Sam Atkins
commit c0390f759c
Notes: github-actions[bot] 2025-07-03 09:20:56 +00:00
8 changed files with 69 additions and 47 deletions

View file

@ -89,6 +89,12 @@
"separate",
"collapse"
],
"border-image-repeat": [
"stretch",
"repeat",
"round",
"space"
],
"box-sizing": [
"border-box",
"content-box"

View file

@ -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",