radiogroup role (aria)
Screen Reader support level: partial (23/33)
On this page
About this feature
A group of radio buttons.
Age of results
Results across all tests for this feature range from 3 years ago to 5 years ago. Detailed dates and version information can be found in associated tests.
Caution
Failing or partial results may be out of date. The oldest result is from 5 years ago. Consider running the associated tests and contributing results.
Expectations
Screen Reader support by expectation
Expectation | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
MUST convey its role | supported | supported | supported | supported | supported | supported | supported | supported | none | none | supported |
MUST convey the group name if it has a group name | supported | supported | supported | supported | supported | supported | supported | supported | none | none | supported |
MUST convey the boundaries of the group | supported | supported | supported | supported | partial | partial | partial | partial | none | none | supported |
Expectation: convey its role
Rationale:
A screen reader user needs to be aware that elements are within a group
Strength of this expectation for different types of assistive technologies:
- Screen Readers: MUST
- Voice Control: NA
Examples:
- The role name is announced when entering the group.
- If focus is outside of the group, then the accessible name of the group is announced when focus jumps to a control within the group.
Test | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
aria-required attribute on role=radiogroup | supported | supported | supported | supported | supported | supported | supported | supported | none | none | supported |
Expectation: convey the group name if it has a group name
Rationale:
A screen reader user needs to be aware of the name of group
Strength of this expectation for different types of assistive technologies:
- Screen Readers: MUST
- Voice Control: NA
Examples:
- The accessible name of the group is announced when entering the group.
Test | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
aria-required attribute on role=radiogroup | supported | supported | supported | supported | supported | supported | supported | supported | none | none | supported |
Expectation: convey the boundaries of the group
Rationale:
A screen reader user needs to be aware when they enter and exit a group
Strength of this expectation for different types of assistive technologies:
- Screen Readers: MUST
- Voice Control: NA
Examples:
- In reading mode, there might be a stop for both the start end end of the group. When entering the group, something like "group name, group" might be announced. When leaving the group, something like "end of group" might be announced.
- In reading mode, there might not be a stop for the start and end of the group. In this case, the screen reader might announce the group name when the user navigates to the first child and announce that the user is leaving the group when the user navigates out of the group.
- In interaction mode, there will not be a stop for the start and end of the group. In this case, the screen reader might announce the group name when the user jumps to an interactive child and announce that the user is leaving the group when the user jumps out of the group.
Test | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
aria-required attribute on role=radiogroup | supported | supported | supported | supported | partial | partial | partial | partial | none | none | supported |