mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25: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
|
@ -8,7 +8,8 @@
|
|||
|
||||
${helpers.single_keyword("table-layout", "auto fixed",
|
||||
gecko_ffi_name="mLayoutStrategy", animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-tables/#propdef-table-layout")}
|
||||
spec="https://drafts.csswg.org/css-tables/#propdef-table-layout",
|
||||
servo_restyle_damage = "reflow")}
|
||||
|
||||
${helpers.predefined_type("-x-span",
|
||||
"XSpan",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue