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:
parent
b693a22c2d
commit
a44d7670ab
3 changed files with 99 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue