mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Set restyle_damage = reflow for some more properties
This commit is contained in:
parent
11fb2e644a
commit
daea6d0f75
2 changed files with 7 additions and 3 deletions
|
@ -285,7 +285,8 @@ ${helpers.single_keyword("box-sizing",
|
|||
spec="https://drafts.csswg.org/css-ui/#propdef-box-sizing",
|
||||
gecko_enum_prefix="StyleBoxSizing",
|
||||
custom_consts={ "content-box": "Content", "border-box": "Border" },
|
||||
animation_value_type="discrete")}
|
||||
animation_value_type="discrete",
|
||||
servo_restyle_damage = "reflow")}
|
||||
|
||||
${helpers.single_keyword("object-fit", "fill contain cover none scale-down",
|
||||
products="gecko", animation_value_type="discrete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue