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

axe-core fails to escape "-" as a class name #839

Closed
WilcoFiers opened this issue Apr 11, 2018 · 0 comments
Closed

axe-core fails to escape "-" as a class name #839

WilcoFiers opened this issue Apr 11, 2018 · 0 comments
Labels
core Issues in the core code (lib/core) fix Bug fixes

Comments

@WilcoFiers
Copy link
Contributor

In getSelector, - should be escaped to \-. We should see if there is other stuff that may need escaping. There is a CSS.escape() method these days. We may need to pollyfil it, but this should do the job for us.

@WilcoFiers WilcoFiers added this to the Q2 2018 update milestone Apr 11, 2018
@WilcoFiers WilcoFiers added the fix Bug fixes label Apr 17, 2018
@WilcoFiers WilcoFiers added the core Issues in the core code (lib/core) label Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues in the core code (lib/core) fix Bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant