LibWeb: Add border-*-radius logical properties

This commit is contained in:
Tim Ledbetter
2025-06-30 20:33:17 +01:00
committed by Andreas Kling
parent e77561d3a9
commit 5b522c096e
Notes: github-actions[bot] 2025-07-01 09:17:45 +00:00
9 changed files with 215 additions and 9 deletions

View File

@@ -687,6 +687,24 @@
"hashless-hex-color"
]
},
"border-end-end-radius": {
"logical-alias-for": [
"border-top-left-radius",
"border-bottom-left-radius",
"border-top-right-radius",
"border-bottom-right-radius"
],
"max-values": 1
},
"border-end-start-radius": {
"logical-alias-for": [
"border-top-left-radius",
"border-bottom-left-radius",
"border-top-right-radius",
"border-bottom-right-radius"
],
"max-values": 1
},
"border-inline-color": {
"inherited": false,
"initial": "currentcolor",
@@ -901,6 +919,24 @@
"unitless-length"
]
},
"border-start-end-radius": {
"logical-alias-for": [
"border-top-left-radius",
"border-bottom-left-radius",
"border-top-right-radius",
"border-bottom-right-radius"
],
"max-values": 1
},
"border-start-start-radius": {
"logical-alias-for": [
"border-top-left-radius",
"border-bottom-left-radius",
"border-top-right-radius",
"border-bottom-right-radius"
],
"max-values": 1
},
"border-style": {
"initial": "none",
"longhands": [