-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
aria-valid-attr-value: allow numbers with comma as decimal separator #11263
Comments
Thanks for filing @placetobejohan! Have you tried to search for answers in axe-core? The logic for the accessibility audits is all controlled by that project. We'll respect whatever they decide there. |
Thanks for the swift reply, I've filed the issue there: dequelabs/axe-core#2450 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Numbers that use a comma as decimal separator - eg aria-valuenow="68885,8" - now trigger the [aria-*] attributes do not have valid values error.
I wonder if it's possible to allow the comma as a decimal separator, perhaps based on the current UI culture?
The text was updated successfully, but these errors were encountered: