Test: aria-required attribute on each HTML radio button in a fieldset (VoiceOver (macOS)/Safari)
Expectation: aria-required attribute: MUST convey the "true" value - applied to the input[type="radio"] element
Property | Value |
---|---|
Support | yes |
AT Name | VoiceOver (macOS) |
AT Version | 10.14.6 |
Browser Name | Safari |
Browser Version | 12.1.2 |
OS version | 10.14.5 |
Date | 2019-08-21 |
Notes | The required state is conveyed for each radio in the group. Some users might find this confusing since only one radio can be selected at a time. |
Commands and Output
These are specific commands used to access the target element in the test, along with the resulting output.
Command | Result | Output | Notes |
---|---|---|---|
next_item (VO + Right arrow) | pass | "cat, required, radio button, 1 of 3" | |
next_focusable_item (Tab) | pass | "Cat, required, radio button, 1 of 3, animal, animal group" | |
previous_item (VO + Left Arrow) | pass | "CatDog, required, radio button, 3 of 3" | |
previous_focusable_item (Shift + Tab) | pass | "CatDog, required, radio button, 3 of 3, animal, animal group" |