LibWeb/CSS: Specify list-style subproperties in canonical order

This commit is contained in:
Tim Ledbetter 2025-04-06 23:35:40 +01:00 committed by Sam Atkins
commit 63228477a4
Notes: github-actions[bot] 2025-04-07 10:40:09 +00:00

View file

@ -1960,11 +1960,11 @@
}, },
"list-style": { "list-style": {
"inherited": true, "inherited": true,
"initial": "outside disc", "initial": "outside none disc",
"longhands": [ "longhands": [
"list-style-type",
"list-style-position", "list-style-position",
"list-style-image" "list-style-image",
"list-style-type"
] ]
}, },
"list-style-image": { "list-style-image": {