Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for stacking contexts to layout_2020 #25763

Merged
merged 3 commits into from Feb 17, 2020

Commits on Feb 14, 2020

  1. Add support for a stacking context pass to layout_2020

    This adds an intermediary data structure that allows the display list
    builder to move through the fragment tree in stacking context painting
    order. Spatial nodes are built during this phase and all display list
    items are added to the end of the display list.
    mrobinson committed Feb 14, 2020

Commits on Feb 17, 2020

  1. 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.
    mrobinson committed Feb 17, 2020
You can’t perform that action at this time.