Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 6.8k
Radio button example is missing a group label #15026
Copy link
Copy link
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsdocsThis issue is related to documentationThis issue is related to documentationhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Description
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsdocsThis issue is related to documentationThis issue is related to documentationhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
What is the expected behavior?
The purpose of the group of radio buttons in the radio button example must be conveyed to users of screen reader software when a radio button in the group recieves focus.
What is the current behavior?
The purpose of the group of radio buttons in the radio button example is not conveyed to users of screen reader software when a radio button in the group recieves focus.
What are the steps to reproduce?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
It is also important to point out that the group label must be visible too. In the case of this example, the text 'Your favorite season is' could be considered the group label.
#7556 is a related issue but isn't focused on accessibility.