Autogenerate compute_damage (fixes #10622)

This commit is contained in:
Manish Goregaokar 2018-02-08 15:42:07 -08:00
parent cd663ea332
commit 8c2b7b41ef
19 changed files with 177 additions and 170 deletions

View file

@ -18,12 +18,14 @@ ${helpers.predefined_type("text-overflow",
animation_value_type="discrete",
boxed=True,
flags="APPLIES_TO_PLACEHOLDER",
spec="https://drafts.csswg.org/css-ui/#propdef-text-overflow")}
spec="https://drafts.csswg.org/css-ui/#propdef-text-overflow",
servo_restyle_damage="rebuild_and_reflow")}
${helpers.single_keyword("unicode-bidi",
"normal embed isolate bidi-override isolate-override plaintext",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-writing-modes/#propdef-unicode-bidi")}
spec="https://drafts.csswg.org/css-writing-modes/#propdef-unicode-bidi",
servo_restyle_damage="rebuild_and_reflow")}
${helpers.predefined_type("text-decoration-line",
"TextDecorationLine",
@ -31,7 +33,8 @@ ${helpers.predefined_type("text-decoration-line",
initial_specified_value="specified::TextDecorationLine::none()",
animation_value_type="discrete",
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
spec="https://drafts.csswg.org/css-text-decor/#propdef-text-decoration-line")}
spec="https://drafts.csswg.org/css-text-decor/#propdef-text-decoration-line",
servo_restyle_damage="rebuild_and_reflow")}
${helpers.single_keyword("text-decoration-style",
"solid double dotted dashed wavy -moz-none",