Skip to content

Commit

Permalink
Box marker properties and list-style-image on stylo.
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: KnXLfHfITyG
  • Loading branch information
bholley committed Mar 15, 2017
1 parent 418f829 commit 9f44fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/style/properties/longhand/inherited_svg.mako.rs
Expand Up @@ -119,16 +119,19 @@ ${helpers.single_keyword("clip-rule", "nonzero evenodd",

${helpers.predefined_type("marker-start", "UrlOrNone", "Either::Second(None_)",
products="gecko",
boxed = product == "gecko",
animatable="False",
spec="https://www.w3.org/TR/SVG2/painting.html#VertexMarkerProperties")}

${helpers.predefined_type("marker-mid", "UrlOrNone", "Either::Second(None_)",
products="gecko",
boxed = product == "gecko",
animatable="False",
spec="https://www.w3.org/TR/SVG2/painting.html#VertexMarkerProperties")}

${helpers.predefined_type("marker-end", "UrlOrNone", "Either::Second(None_)",
products="gecko",
boxed = product == "gecko",
animatable="False",
spec="https://www.w3.org/TR/SVG2/painting.html#VertexMarkerProperties")}

Expand Down
1 change: 1 addition & 0 deletions components/style/properties/longhand/list.mako.rs
Expand Up @@ -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")}

Expand Down

0 comments on commit 9f44fd2

Please sign in to comment.