-
Notifications
You must be signed in to change notification settings - Fork 780
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
Comments
Seems like we should trim href values to remove unescaped spaces. |
WilcoFiers
added a commit
that referenced
this issue
May 28, 2018
7 tasks
WilcoFiers
added a commit
that referenced
this issue
May 28, 2018
WilcoFiers
added a commit
that referenced
this issue
May 28, 2018
WilcoFiers
added a commit
that referenced
this issue
Jun 4, 2018
WilcoFiers
added a commit
that referenced
this issue
Jun 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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']
The text was updated successfully, but these errors were encountered: