Keep flex items in order-modified document order in the box tree

This commit is contained in:
Simon Sapin 2020-06-02 18:49:55 +02:00
parent 67d8aa84d2
commit 29005e1626
2 changed files with 13 additions and 1 deletions

View file

@ -266,7 +266,8 @@ ${helpers.predefined_type(
"order",
"Integer",
"0",
engines="gecko servo-2013",
engines="gecko servo-2013 servo-2020",
servo_2020_pref="layout.flexbox.enabled",
extra_prefixes="webkit",
animation_value_type="ComputedValue",
spec="https://drafts.csswg.org/css-flexbox/#order-property",