Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop propagating inertness into nested browsing contexts
Firefox and WebKit don't propagate it. Blink does, but I'm removing it since it can be a cross-site leak, and blocks fenced frames since it opens a communication channel. Note that even if the contents in the nested browsing contexts are not marked as inert, if the browsing context container is inert, they won't respond to mouse interactions, and they won't be reached by sequential navigation. Fixes whatwg#7605.
- Loading branch information