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

Improve containing block creation for position:absolute flows #18123

Merged
merged 1 commit into from Aug 18, 2017

Commits on Aug 17, 2017

  1. Improve containing block creation for position:absolute flows

    Instead of only promoting flows with positioned fragments to containing
    blocks, also do this for flows which have the transform, perspective or
    filter properties set. This is what the spec requires and also fixes
    some failing tests. It will allow us to stop creating stacking contexts
    for overflow:hidden and overflow:scroll flows.
    
    Fixes #18091.
    mrobinson committed Aug 17, 2017
You can’t perform that action at this time.