mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Box marker properties and list-style-image on stylo.
MozReview-Commit-ID: KnXLfHfITyG
This commit is contained in:
parent
418f829183
commit
9f44fd2d9d
2 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,7 @@ ${helpers.single_keyword("list-style-type", """
|
|||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-type")}
|
||||
|
||||
${helpers.predefined_type("list-style-image", "UrlOrNone", "Either::Second(None_)",
|
||||
boxed = product == "gecko",
|
||||
initial_specified_value="Either::Second(None_)", animatable=False,
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-image")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue