Important: This website does not attempt to establish a standard for how assistive technologies must behave. Read the FAQ for more information. Additionally, this is a work in progress. Please submit feedback or suggestions.

Test: The html required attribute on each HTML radio button in a fieldset (VoiceOver (macOS)/Safari)

Expectation: required attribute: MUST convey the property - applied to the input[type="radio"] element

Details
PropertyValue
Supportyes
AT NameVoiceOver (macOS)
AT Version10.14.6
Browser NameSafari
Browser Version12.1.2
OS version10.14.5
Date2019-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.

CommandResultOutputNotes
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"