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

Mix stacking contexts into the positioned content list #8174

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2015

  1. Mix stacking contexts into the positioned content list

    Sometimes positioned content needs to be layered on top of stacking
    contexts. The layer synthesis code can do this, but the current design
    prevents it because stacking contexts are stored in a separate struct
    member. In order to preserve tree order, mix stacking contexts into the
    positioned content list, by adding a new StackingContextClass
    DisplayItem. Such items do not have a base DisplayItem.
    
    In some ways this simplifies the code, because we no longer have to
    have a separate code path in the StackingContextLayerCreator.
    mrobinson committed Oct 24, 2015
You can’t perform that action at this time.