mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Autogenerate compute_damage (fixes #10622)
This commit is contained in:
parent
cd663ea332
commit
8c2b7b41ef
19 changed files with 177 additions and 170 deletions
|
@ -11,7 +11,8 @@ ${helpers.predefined_type("content",
|
|||
"computed::Content::normal()",
|
||||
initial_specified_value="specified::Content::normal()",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-content/#propdef-content")}
|
||||
spec="https://drafts.csswg.org/css-content/#propdef-content",
|
||||
servo_restyle_damage="rebuild_and_reflow")}
|
||||
|
||||
${helpers.predefined_type(
|
||||
"counter-increment",
|
||||
|
@ -19,6 +20,7 @@ ${helpers.predefined_type(
|
|||
initial_value="Default::default()",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-counter-increment",
|
||||
servo_restyle_damage="rebuild_and_reflow"
|
||||
)}
|
||||
|
||||
${helpers.predefined_type(
|
||||
|
@ -27,4 +29,5 @@ ${helpers.predefined_type(
|
|||
initial_value="Default::default()",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-lists-3/#propdef-counter-reset",
|
||||
servo_restyle_damage="rebuild_and_reflow"
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue