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

Do not create stacking contexts for text fragments #11035

Merged

Commits on Jun 1, 2016

  1. Do not create stacking contexts for text fragments

    Without this change, each text fragment in a block that establishes a
    stacking context will establish its own stacking context. This is
    unnecessary and increases the amount of work done during display list
    construction.
    mrobinson committed Jun 1, 2016
You can’t perform that action at this time.