mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
LibWeb: Add the border-inline-*
shorthand properties
This commit is contained in:
parent
90da2f5418
commit
04a3a227c3
Notes:
github-actions[bot]
2025-06-30 12:53:27 +00:00
Author: https://github.com/tcl3
Commit: 04a3a227c3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5247
8 changed files with 78 additions and 53 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue