mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Implement the unitless length quirk for physical size properties
This commit is contained in:
parent
0e7308e6dc
commit
65f74ea934
3 changed files with 11 additions and 25 deletions
|
@ -158,6 +158,7 @@ ${helpers.predefined_type("flex-basis",
|
|||
"computed::LengthOrPercentageOrAuto::Auto",
|
||||
"parse_non_negative",
|
||||
spec=spec % size,
|
||||
allow_quirks=not logical,
|
||||
animation_value_type="ComputedValue", logical = logical)}
|
||||
% if product == "gecko":
|
||||
% for min_max in ["min", "max"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue