-
Notifications
You must be signed in to change notification settings - Fork 3.4k
select: option groups are not read by JAWS/IE #11240
Comments
To clarify, this this only in IE11, or does it affect other browsers as well? |
It appears to affect all screen readers because PR #10760 applied |
After more investigation, it doesn't look like the However, while adding this On VoiceOver, it just stops giving I'm going to investigate if it's feasible to add |
Applying For ChromeVox, applying |
add single selection optgroup demo add tests for optgroup `aria-label` add tests for optgroup options' `aria-setsize` and `aria-posinset` Fixes #11240
add single selection optgroup demo add tests for optgroup `aria-label` add tests for optgroup options' `aria-setsize` and `aria-posinset` Fixes #11240
add single selection optgroup demo add tests for optgroup `aria-label` add tests for optgroup options' `aria-setsize` and `aria-posinset` Fixes #11240
What is the expected behavior?
Option groups should be read by screen readers.
What is the current behavior?
Option groups are not read by screen readers.
Steps to reproduce the issue:
AngularJS Material Demo which shows your issue:
What is the use-case or motivation for changing an existing behavior?
This component is not accessible to screen reader users in it's current form.
Which versions of AngularJS, Material, OS, and browsers are affected?
The text was updated successfully, but these errors were encountered: