mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
LibWeb/CSS: Specify list-style
subproperties in canonical order
This commit is contained in:
parent
3186adeaa1
commit
63228477a4
Notes:
github-actions[bot]
2025-04-07 10:40:09 +00:00
Author: https://github.com/tcl3
Commit: 63228477a4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4259
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 3 additions and 3 deletions
|
@ -1960,11 +1960,11 @@
|
|||
},
|
||||
"list-style": {
|
||||
"inherited": true,
|
||||
"initial": "outside disc",
|
||||
"initial": "outside none disc",
|
||||
"longhands": [
|
||||
"list-style-type",
|
||||
"list-style-position",
|
||||
"list-style-image"
|
||||
"list-style-image",
|
||||
"list-style-type"
|
||||
]
|
||||
},
|
||||
"list-style-image": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue