Test: Basic html checkbox test (NVDA/Firefox)
Expectation: input[type="checkbox"] element: MUST convey the current checked state
Property | Value |
---|---|
Support | yes |
AT Name | NVDA |
AT Version | 2019.2.1 |
Browser Name | Firefox |
Browser Version | 70 |
OS version | Windows 10 version 1903 |
Date | 2019-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 | "clickable, yes, checkbox, not checked, clickable, no, checkbox, not checked, clickable, maybe, checkbox, not checked" | |
next_focusable_item (Tab) | pass | "clickable, yes, checkbox, not checked" | |
next_form_field (f) | pass | "clickable, yes, checkbox, not checked" | |
open_element_list (NVDA + F7) | pass | "yes; check box; not checked" |