-
Notifications
You must be signed in to change notification settings - Fork 161
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
Calendar ARIA #6272
Labels
📆 calendar
📈 enhancement
🧰 feature-request
♿ a11y
When the issue or PR is related to accessibility
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
Closed
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
ddincheva
added a commit
that referenced
this issue
Oct 21, 2020
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📆 calendar
📈 enhancement
🧰 feature-request
♿ a11y
When the issue or PR is related to accessibility
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
There's currently no ARIA attributes applied to the calendar (not in spec either). This makes screen readers announce partial information when navigating the calendar like "Clickable 27".
Describe the solution you'd like
The calendar should implement ARIA attributes per spec (see below) so each date can be announced when navigating with a screen reader.
Describe alternatives you've considered
N/A
Additional context
Per https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html the calendar should be using a grid pattern. Also some interesting abbreviation in the table headers.
Note: This example might be outdated as it behaves a bit odd.
The text was updated successfully, but these errors were encountered: