mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +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: https://github.com/LadybirdBrowser/ladybird/commit/63228477a4d 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
Reference in a new issue