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