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

Dirty elements whose selectors are affected by sibling changes #9722

Merged
merged 1 commit into from Feb 24, 2016

Commits on Feb 24, 2016

  1. Dirty elements whose selectors are affected by sibling changes

    This fixes incremental layout of nodes that match pseudo-class selectors such
    as :first-child, :nth-child, :last-child, :first-of-type, etc.
    
    * Fixes #8191
    * Fixes #9063
    * Fixes #9303
    * Fixes #9448
    
    This code is based on the following flags from Gecko:
    https://hg.mozilla.org/mozilla-central/file/e1cf617a1f28/dom/base/nsINode.h#l134
    mbrubeck committed Feb 24, 2016
You can’t perform that action at this time.