Test: APG 1.1 Checkbox Example (Two State) (NVDA/Firefox)
Expectation: aria-checked attribute: MUST convey the "true" value - applied to the checkbox role
Property | Value |
---|---|
Support | yes |
AT Name | NVDA |
AT Version | 2019.1.1 |
Browser Name | Firefox |
Browser Version | 67 |
OS version | Windows 10 version 1903 |
Date | 2019-05-24 |
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) | pass | "check box checked. Tomato." | |
previous_item (up arrow) | pass | "check box checked. Tomato." | |
next_focusable_item (Tab) | pass | "Tomato checkbox checked" | |
previous_focusable_item (Shift + Tab) | pass | "Tomato checkbox checked" |