LibWeb: Add the border-block-* shorthand properties

This commit is contained in:
Tim Ledbetter 2025-06-30 11:59:02 +01:00 committed by Andreas Kling
commit 90da2f5418
Notes: github-actions[bot] 2025-06-30 12:53:32 +00:00
11 changed files with 240 additions and 14 deletions

View file

@ -497,6 +497,14 @@
"border-color"
]
},
"border-block-color": {
"inherited": false,
"initial": "currentcolor",
"longhands": [
"border-block-start-color",
"border-block-end-color"
]
},
"border-block-end": {
"inherited": false,
"initial": "medium currentcolor none",
@ -569,6 +577,22 @@
],
"max-values": 1
},
"border-block-style": {
"inherited": false,
"initial": "none",
"longhands": [
"border-block-start-style",
"border-block-end-style"
]
},
"border-block-width": {
"inherited": false,
"initial": "medium",
"longhands": [
"border-block-start-width",
"border-block-end-width"
]
},
"border-bottom": {
"inherited": false,
"initial": "medium currentcolor none",