-
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 | nvda |
| at_version | 2022.3.2 |
| browser | edge |
| browser_version | 108 |
| os_version | Windows 10 version 22H2 |
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, editable, selected"
after:
"your favorite number, spin button, editable 11"
result for input[type="number"] element, MUST convey the current value
key: html/input(type-number)_element; convey_value
result
before:
fail
after:
pass
Test case: Use (enter text) on the target of input[type="number"]
Command used: enter_text
notes
before:
(empty)
after:
On the first key press, "unselected" was added. Subsequent key presses were echoed.
Test case: Use (Keyboard command while in forms or application mode) on the target of input[type="number"]
Command used: forms_mode_keyboard_command
output
before:
"blank"
after:
value was incremented and decremented
notes
before:
(empty)
after:
On the first arrow key press, the number was repeated with "unselected." Subsequent arrow key presses only output the new value.
result for input[type="number"] element, MAY allow incrementing and decrementing the value
key: html/input(type-number)_element; increment_decrement
result
before:
fail
after:
pass
note
before:
(empty)
after:
Used up and down arrows.
Test case: Enter invalid text into the number input using enter text ()
Command used: enter_text
notes
before:
(empty)
after:
On the first key press, "unselected" was added. Subsequent key presses were echoed.