Test: Basic html telephone number input test (NVDA/Edge)
Expectation: input[type="tel"] element: MUST convey the current value
Property | Value |
---|---|
Support | yes |
AT Name | NVDA |
AT Version | 2021.1 |
Browser Name | Edge |
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 | "phone number, edit, 555-555-5555" | |
next_focusable_item (Tab) | pass | "phone number, edit, selected 555-555-5555" | |
next_form_field (f) | pass | "phone number, edit, 555-555-5555" | |
open_element_list (NVDA + F7) | pass | in list of form fields as "phone number; edit; 555-555-5555" |