mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Box larger specified values to avoid memmove impact
This commit is contained in:
parent
abc40f61c0
commit
78afe2b8d1
26 changed files with 174 additions and 67 deletions
|
@ -29,7 +29,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_)",
|
||||
animatable="False",
|
||||
animatable=False,
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-image")}
|
||||
|
||||
<%helpers:longhand name="quotes" animatable="False"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue