LibWeb: Add the border-inline-* shorthand properties

This commit is contained in:
Tim Ledbetter 2025-06-30 12:07:39 +01:00 committed by Andreas Kling
commit 04a3a227c3
Notes: github-actions[bot] 2025-06-30 12:53:27 +00:00
8 changed files with 78 additions and 53 deletions

View file

@ -687,6 +687,14 @@
"hashless-hex-color"
]
},
"border-inline-color": {
"inherited": false,
"initial": "currentcolor",
"longhands": [
"border-inline-start-color",
"border-inline-end-color"
]
},
"border-inline-end": {
"inherited": false,
"initial": "medium currentcolor none",
@ -759,6 +767,22 @@
],
"max-values": 1
},
"border-inline-style": {
"inherited": false,
"initial": "none",
"longhands": [
"border-inline-start-style",
"border-inline-end-style"
]
},
"border-inline-width": {
"inherited": false,
"initial": "medium",
"longhands": [
"border-inline-start-width",
"border-inline-end-width"
]
},
"border-left": {
"inherited": false,
"initial": "medium currentcolor none",