We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
shadowRoot.elementsFromPoint(x, y) returns elements that belong to the host document. I don't know this behavior is correct.
shadowRoot.elementsFromPoint(x, y)
Shadow DOM testing https://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/#ex3aNameTag
The text was updated successfully, but these errors were encountered:
For the present, shadowRoot.elementsFromPoint has been disabled on bc04f7a and it has been released as v2.6.0.
shadowRoot.elementsFromPoint
Sorry, something went wrong.
Related issue: dequelabs/axe-core#856 https://twitter.com/marcysutton/status/987476758843740160
Since Chrome 66, the behavior of shadowRoot.elementsFromPoint has changed. I wonder why. I will do continuous research on it.
We are now discussing the issue on https://bugs.chromium.org/p/chromium/issues/detail?id=843215
Fixed on 6d5c490 and released as v2.6.1.
No branches or pull requests
shadowRoot.elementsFromPoint(x, y)
returns elements that belong to the host document. I don't know this behavior is correct.Shadow DOM testing
https://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/#ex3aNameTag
The text was updated successfully, but these errors were encountered: