mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use restyle_damage=rebuild_and_reflow for list types
This commit is contained in:
parent
7e928b02f2
commit
11fb2e644a
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
|||
<% data.new_style_struct("List", inherited=True) %>
|
||||
|
||||
${helpers.single_keyword("list-style-position", "outside inside", animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-position")}
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-position",
|
||||
servo_restyle_damage="rebuild_and_reflow")}
|
||||
|
||||
// TODO(pcwalton): Implement the full set of counter styles per CSS-COUNTER-STYLES [1] 6.1:
|
||||
//
|
||||
|
@ -47,7 +48,8 @@ ${helpers.predefined_type("list-style-image",
|
|||
initial_specified_value="specified::ListStyleImage::none()",
|
||||
animation_value_type="discrete",
|
||||
boxed=product == "gecko",
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-image")}
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-image",
|
||||
servo_restyle_damage="rebuild_and_reflow")}
|
||||
|
||||
${helpers.predefined_type("quotes",
|
||||
"Quotes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue