mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add initial stacking context paint order support to layout_2020
This adds very rudimentary support for paint order in stacking context. In particular z-index is now handled properly, apart from issues with hoisted fragments.
This commit is contained in:
parent
318cc16799
commit
4a2787b974
21 changed files with 235 additions and 58 deletions
|
@ -60,7 +60,6 @@ ${helpers.predefined_type(
|
|||
"ZIndex",
|
||||
"computed::ZIndex::auto()",
|
||||
engines="gecko servo-2013 servo-2020",
|
||||
servo_2020_pref="layout.2020.unimplemented",
|
||||
spec="https://www.w3.org/TR/CSS2/visuren.html#z-index",
|
||||
flags="CREATES_STACKING_CONTEXT",
|
||||
animation_value_type="ComputedValue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue