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 (NVDA/Chrome)

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

Details
PropertyValue
Supportyes
AT NameNVDA
AT Version2021.1
Browser NameChrome
Browser Version92
OS versionWindows 10 version 21h1
Date2021-08-07
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, invalid entry, Cat, radio button, not checked, required, invalid entry, Dog, radio button, not checked, required, invalid entry, CatDog"
next_focusable_item (Tab)pass"Animal grouping, cat, radio button, not checked, required, invalid entry, 1 of 3"
previous_item (up arrow)pass"grouping, radio button, not checked, required, invalid entry, Cat, radio button, not checked, required, invalid entry, dog, radio button, not checked, required, invalid entry, CatDog"
previous_focusable_item (Shift + Tab)pass"Animal grouping, catdog, radio button, not checked, required, invalid entry, 3 of 3"