Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tech/html/input/input-number nvda/chrome #259

Open
extra808 opened this issue Dec 16, 2022 · 0 comments
Open

tech/html/input/input-number nvda/chrome #259

extra808 opened this issue Dec 16, 2022 · 0 comments

Comments

@extra808
Copy link

extra808 commented Dec 16, 2022

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 chrome
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, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant