mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Use Python's True instead of string for arbitrary Python code in mako
This commit is contained in:
parent
50e4171958
commit
3f6a613bea
7 changed files with 12 additions and 12 deletions
|
@ -30,7 +30,7 @@ ${helpers.predefined_type("clip",
|
|||
"ClipRectOrAuto",
|
||||
"computed::ClipRectOrAuto::auto()",
|
||||
animation_value_type="ComputedValue",
|
||||
boxed="True",
|
||||
boxed=True,
|
||||
allow_quirks=True,
|
||||
spec="https://drafts.fxtf.org/css-masking/#clip-property")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue