mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Support list-style-position
This moves the ::marker inside of <summary> actually inside. :^)
This commit is contained in:
parent
ee7282cbe4
commit
293ece2292
10 changed files with 34 additions and 8 deletions
|
@ -1232,9 +1232,8 @@
|
|||
"list-style-position": {
|
||||
"inherited": true,
|
||||
"initial": "outside",
|
||||
"valid-identifiers": [
|
||||
"inside",
|
||||
"outside"
|
||||
"valid-types": [
|
||||
"list-style-position"
|
||||
]
|
||||
},
|
||||
"list-style-type": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue