-
Notifications
You must be signed in to change notification settings - Fork 42
Description
This Support Point submission is for the test Basic html number input test
meta info
| property | value |
|---|---|
| title | tech/html/input/input-number |
| at | narrator |
| at_version | Windows 10 version 22H2 |
| browser | edge |
| browser_version | 108 |
| os_version | Windows 10 version 22H2 |
Test case: Use Narrator + right arrow (Read next item (scan mode)) to navigate forward to input[type="number"]
Command used: next_item
output
before:
"Your favorite number, number, 11, minimum zero, and maximum zero, 11."
after:
"Your favorite number, spin button, 11, minimum zero and maximum zero, press space to edit."
Test case: Use Tab (Read next focusable item) to navigate forward to input[type="number"]
Command used: next_focusable_item
output
before:
"your favorite number, spin button, 11, minimum zero, and maximum zero, 11 selected."
after:
"your favorite number, spin button, 11, minimum zero and maximum zero, 11 selected."
Test case: Use f (Next form field) to navigate forward to input[type="number"]
Command used: next_form_field
output
before:
"your favorite number, spin button, 11, minimum zero, and maximum zero, 11 selected"
after:
"your favorite number, spin button, 11, minimum zero and maximum zero, press space to edit, 1"
Test case: Enter invalid text into the number input using enter text ()
Command used: enter_text
output
before:
key press was echoed but input was rejected
after:
key press was echoed followed by "number 0"
notes
before:
(empty)
after:
Despite it saying "number 0," the input was empty.