Test: APG 1.1 Checkbox Example (Two State) (NVDA/Chrome)
Expectation: aria-checked attribute: MUST convey the "false" value - applied to the checkbox role
Property | Value |
---|---|
Support | yes |
AT Name | NVDA |
AT Version | 2024.4 |
Browser Name | Chrome |
Browser Version | 129 |
OS version | Windows 11 version 23h2 |
Date | 2024-12-06 |
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 | "grouping list with 4 items. check box not checked. Lettuce" | |
previous_item (up arrow) | pass | "check box not checked. Lettuce" | |
next_focusable_item (Tab) | pass | "Lettuce checkbox not checked" | |
previous_focusable_item (Shift + Tab) | pass | "Lettuce checkbox not checked" |