You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This Support Point submission is for the test Basic html number input test
meta info
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, selected 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 (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.
The text was updated successfully, but these errors were encountered: