Test: aria-required attribute on each HTML radio button in a fieldset (NVDA/Chrome)
Expectation: aria-required attribute: MUST convey the "true" value - applied to the input[type="radio"] element
Property | Value |
---|---|
Support | yes |
AT Name | NVDA |
AT Version | 2021.1 |
Browser Name | Chrome |
Browser Version | 92 |
OS version | Windows 10 version 21h1 |
Date | 2021-07-28 |
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 (down arrow) | pass | "radio button, not checked, required, Cat, radio button, not checked, required, dog, radio button, not checked, required, CatDog" | |
next_focusable_item (Tab) | pass | "Animal grouping, cat, radio button, not checked, required, 1 of 3" | |
previous_item (up arrow) | pass | "grouping, radio button, not checked, required, Cat, radio button, not checked, required, dog, radio button, not checked, required, CatDog" | |
previous_focusable_item (Shift + Tab) | pass | "Animal grouping, catdog, radio button, not checked, required, 3 of 3" |