-
Notifications
You must be signed in to change notification settings - Fork 788
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
target property with :root > div > img
value
#3109
Comments
Wow! That's an odd one. No idea how that might happen, but clearly |
Thanks, @WilcoFiers |
Hello, any updates on this? I am still experiencing the same issue with latest module version |
We've completed the changes for this issue and a release is planned for the end of the month that will incorporate the fix. |
Product: axe-core v4.3.2
Expectation: to return a target with which doing
document.querySelector(target[0]);
to return an html element.Actual: it returns a target with which doing
document.querySelector(target[0]);
results withnull
.website example: https://kenzdesigns.com.au/
code snippet:
when on this snippet I am doing
axe.run(document, { runOnly: ['image-alt'] });
it returnswhich then doing
document.querySelector(':root > div > img')
it returnsnull
.I am trying to understand if this is expected behaviour or a bug?
The text was updated successfully, but these errors were encountered: