mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix parsing bugs in grid-gap and grid-line
This commit is contained in:
parent
9468fae0d4
commit
7dbd17bf70
2 changed files with 22 additions and 7 deletions
|
@ -223,6 +223,7 @@ ${helpers.predefined_type("object-position",
|
|||
${helpers.predefined_type("grid-%s-gap" % kind,
|
||||
"LengthOrPercentage",
|
||||
"computed::LengthOrPercentage::Length(Au(0))",
|
||||
"parse_non_negative",
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-grid-%s-gap" % kind,
|
||||
animation_value_type="ComputedValue",
|
||||
products="gecko")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue