mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
LibWeb: Add list-style-type: disclosure-{closed,open}
These markers are rendered as equilateral triangles pointing right and down respectively. As we currently don't implement writing-mode the closed marker does not respect it.
This commit is contained in:
parent
ad899b179f
commit
5e3e9b2f61
4 changed files with 41 additions and 0 deletions
|
@ -179,6 +179,8 @@
|
|||
"decimal",
|
||||
"decimal-leading-zero",
|
||||
"disc",
|
||||
"disclosure-closed",
|
||||
"disclosure-open",
|
||||
"lower-alpha",
|
||||
"lower-latin",
|
||||
"lower-roman",
|
||||
|
|
|
@ -108,6 +108,8 @@
|
|||
"decimal-leading-zero",
|
||||
"default",
|
||||
"disc",
|
||||
"disclosure-closed",
|
||||
"disclosure-open",
|
||||
"distribute",
|
||||
"dotted",
|
||||
"double",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue