Test: aria-required attribute on each HTML radio button in a fieldset (NVDA/Firefox)
Expectation: fieldset element: MUST convey the boundaries of the element
Property | Value |
---|---|
Support | partial |
AT Name | NVDA |
AT Version | 2019.2 |
Browser Name | Firefox |
Browser Version | 68 |
OS version | Windows 10 version 1903 |
Date | 2019-08-21 |
Notes |
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) | fail | "Animal" | |
next_focusable_item (Tab) | pass | "Animal grouping, cat, radio button, not checked, required, 1 of 3" | |
previous_item (up arrow) | fail | "radio button, not checked, required, clickable, Cat, radio button, not checked, required, clickable, CatDog" | |
previous_focusable_item (Shift + Tab) | pass | "Animal grouping, cat, radio button, not checked, required, 1 of 3" |