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: aria-required attribute on each HTML radio button in a fieldset (NVDA/Firefox)

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

Details
PropertyValue
Supportyes
AT NameNVDA
AT Version2019.2
Browser NameFirefox
Browser Version68
OS versionWindows 10 version 1903
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 (down arrow)pass"radio button, not checked, required, clickable, Cat, radio button, not checked, required, clickable, CatDog"
next_focusable_item (Tab)pass"Animal grouping, cat, radio button, not checked, required, 1 of 3"
previous_item (up arrow)pass"radio button, not checked, required, clickable, Cat, radio button, not checked, required, clickable, CatDog"
previous_focusable_item (Shift + Tab)pass"Animal grouping, CatDog, radio button, not checked, required, 3 of 3"