-
Notifications
You must be signed in to change notification settings - Fork 33
Test Plan for the Quantity Spin Button Example #1319
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
base: master
Are you sure you want to change the base?
Conversation
|
Link text for the spin button pattern is incorrect: "APG Pattern: Slider" In test 2, the nav back link is immediately adjacent to the input, but in test 1, the link is before the disabled remove adult button. Perhaps the nav forward link in test 1 should be after the remove adult button? With JAWS and NVDA, I believe it is expected that up and down arrow convey the same information that insert+up would convey, i.e., if you press insert+up after pressing down, insert+up should repeat what down spoke. Thus, the priority of conveying min and max should be either 0 or 3 for the arrow commands in tests 1 and 2. This will maintain consistency with the differences previously agreed upon for insert+up and insert+tab. We should check for consistency with slider's request info assertions. |
Preview Tests