1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +00:00

LibWeb: Resolve CSS list-style from value list

This resolves the three sub-properties, appearing in any order:

- list-style-image
- list-style-position
- list-style-type

Added `list-style-position` values to support this, though they are not
yet used in rendering.
This commit is contained in:
Sam Atkins 2021-07-20 16:11:19 +01:00 committed by Andreas Kling
parent b693a22c2d
commit a44d7670ab
3 changed files with 99 additions and 6 deletions

View file

@ -99,6 +99,7 @@
"inline",
"inline-block",
"inset",
"inside",
"justify",
"large",
"larger",
@ -125,6 +126,7 @@
"nw-resize",
"nwse-resize",
"outset",
"outside",
"overline",
"pointer",
"pre",