Test: aria-required attribute on each HTML radio button in a fieldset (Narrator/Edge)
Expectation: aria-required attribute: MUST convey the "true" value - applied to the input[type="radio"] element
Property | Value |
---|---|
Support | yes |
AT Name | Narrator |
AT Version | Windows 10 version 1903 |
Browser Name | Edge |
Browser Version | 44 |
OS version | Windows 10 version 1903 |
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 (Down arrow) | pass | "cat, radio button, non-selected, required, 1 of 3" | |
next_focusable_item (Tab) | pass | "cat, radio button, non-selected, required, 1 of 3" | |
previous_item (Up arrow) | pass | "CatDog, radio button, non-selected, required, 3 of 3" | |
previous_focusable_item (Shift + Tab) | pass | "CatDog, radio button, non-selected, required, 3 of 3" |