-
Notifications
You must be signed in to change notification settings - Fork 779
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
Allow empty string values for 'aria-current' attribute #994
Comments
Sounds easy enough :) |
We should test this to make sure it is accessibility supported. |
AT test results for
|
Looking into a fix on this, made wonder if we should just add an "allowEmpty" property to our aria attributes. |
4 tasks
@WilcoFiers looks like this issue has not been fixed, |
Apologies, closed it by accident. Thanks for the catch :-). |
Np, thanks for reopening the issue |
4 tasks
WilcoFiers
added a commit
that referenced
this issue
Nov 14, 2018
Allow specifying per ARIA attribute which ones are allowed to be empty. Changes include: - aria-haspopup: Now allowed to be empty - aria-invalid: Now allowed to be empty - aria-current: Now allowed to be empty - aria-valuetext: No longer allowed to be empty Closes #994 ## Reviewer checks **Required fields, to be filled out by PR reviewer(s)** - [x] Follows the commit message policy, appropriate for next version - [x] Has documentation updated, a DU ticket, or requires no documentation change - [x] Includes new tests, or was unnecessary - [x] Code is reviewed for security by: Jey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ARIA 1.1 spec for aria-current states
Consider allowing empty strings for
aria-current
The text was updated successfully, but these errors were encountered: