-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Few accessibility features for date picker for better 508 compatibility #16317
Comments
Thanks for the report! In the future, it would be great to file these things as separate issues. For 1, are you referring to the For 4, you actually can open the datepicker from the text input via keyboard shortcut Alt + Down arrow. Our understanding is that this is a generally well-known shortcut for this type of picker. For 5, it's not quite clear what you're referring to. Could you clarify which element? |
@jelbourn, Thanks for the update and sure will take a note of that. For 1, Yeah I mean to say For 5, Here is a picture that can help you. |
I created #16355 for the |
For 5, the |
Created #16356 for the years in year-view not being buttons. |
For 3, we do set focus to the selected year (the |
@jelbourn Were all the relevant issues broken out into separate issues? Should this be closed? |
IIRC we did break the this into separate separate issues so it can be closed |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Feature Description
In the current markup of material date picker, ABBR attribute is missing from it's column headers.
The table used here has number dates as it's row data and acronyms of weekdays as its's column data. In here an ABBR attribute can be added to better assist the screen reader in providing context when navigating within the table.
Use Case
In the current markup of material date picker, Please update each of the year div's to include the role of button so that the keyboard and screen reader user can navigate to and be provided proper context and useability.
Use Case
After launching the date picker and clicking on the Month/Year button, focus is currently set within the section that contains the year selection controls. The issue is that the entire section is read after the selection and not set to the current year as done visually. So after the selection of a year, please set focus to the selected year as done visually.
Use Case
In the current markup of material date picker, aria-haspopup attribute is currently added incorrectly on the input field instead of the button that triggers the opening of the control. This is confusing since the user will only open the control via the button and not by the input. So suggestion is to remove the aria markup from the input and add it to only the button that actually triggers the opening of the control.
Use Case
In the current markup of material date picker, There is a row and TD cells within the data table of the control. There is no need to include the empty row and the TD cell containing the Month name since it does not provide value to the user using the screen reader. So, removing this from the table data will assist the screen reader in announcing the data effectively to the end user.
Use Case
The text was updated successfully, but these errors were encountered: