Test: Basic html checkbox test (NVDA/Chrome)
Expectation: input[type="checkbox"] element: MUST convey its name
| Property | Value |
|---|---|
| Support | yes |
| AT Name | NVDA |
| AT Version | 2021.1 |
| Browser Name | Chrome |
| Browser Version | 92 |
| OS version | Windows 10 version 21h1 |
| Date | 2021-07-29 |
| 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 | "checkbox, not checked, yes, checkbox, not checked, no, checkbox, not checked, maybe" | |
| next_focusable_item (Tab) | pass | "do you approve? grouping, yes, checkbox not checked" | |
| next_form_field (f) | pass | "do you approve, grouping, yes, checkbox, not checked" | |
| open_element_list (NVDA + F7) | pass | "unlabeled; check box; not checked; Yes" |