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

Issue when using axe API to get selector of an element #788

Closed
iamrafan opened this issue Mar 19, 2018 · 1 comment · Fixed by #924
Closed

Issue when using axe API to get selector of an element #788

iamrafan opened this issue Mar 19, 2018 · 1 comment · Fixed by #924
Labels
Projects

Comments

@iamrafan
Copy link
Contributor

On this url https://support.microsoft.com/en-us/help/12428/microsoft-account-security-info-and-security-codes , get an element using document.querySelector("#uhf-c-nav > a[href$="lang "]") and try to get the selector of the same element using axe-core API, it will return this #uhf-c-nav > a[href$='lang%20']

@marcysutton
Copy link
Contributor

Seems like we should trim href values to remove unescaped spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Support
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants