style: Support AllowQuirks::Always option in helpers.mako.rs

Differential Revision: https://phabricator.services.mozilla.com/D29936
This commit is contained in:
violet 2019-05-16 00:44:51 +00:00 committed by Emilio Cobos Álvarez
parent f8a2172d42
commit d552969ca1
14 changed files with 25 additions and 25 deletions

View file

@ -64,7 +64,7 @@ ${helpers.predefined_type(
initial_value="computed::FontSize::medium()",
initial_specified_value="specified::FontSize::medium()",
animation_value_type="NonNegativeLength",
allow_quirks=True,
allow_quirks="Yes",
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
spec="https://drafts.csswg.org/css-fonts/#propdef-font-size",
servo_restyle_damage="rebuild_and_reflow",