mirror of
https://github.com/servo/servo.git
synced 2025-08-26 23:58:20 +01:00
Use the ParserContext along with Parser in the parse function
This commit is contained in:
parent
c4f87f451f
commit
dee1a65a69
30 changed files with 318 additions and 285 deletions
|
@ -27,7 +27,6 @@ ${helpers.single_keyword("list-style-type", """
|
|||
animatable=False)}
|
||||
|
||||
${helpers.predefined_type("list-style-image", "UrlOrNone", "computed_value::T::None",
|
||||
needs_context=True,
|
||||
animatable="False")}
|
||||
|
||||
<%helpers:longhand name="quotes" animatable="False">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue