Test: aria-required attribute on each HTML radio button in a fieldset (VoiceOver (iOS)/Safari)
Expectation: aria-required attribute: MUST convey the "true" value - applied to the input[type="radio"] element
Property | Value |
---|---|
Support | yes |
AT Name | VoiceOver (iOS) |
AT Version | 12.3.1 |
Browser Name | Safari |
Browser Version | 12.3.1 |
OS version | 12.3.1 |
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 (Swipe Right) | pass | "cat, radio button, unchecked, 1 of 3, required" | |
previous_item (Swipe Left) | pass | "CatDog, radio button, unchecked, 3 of 3, required" |