-
Notifications
You must be signed in to change notification settings - Fork 356
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
Review scrollable listbox example #469
Comments
In the Keyboard Support table, only "Down Arrow" has a bullet. Suggest removing that bullet. |
…ard Table Per feedback from @annabbott in issue #469, modified examples/listbox/listbox-scrollable.html to remove the list markup from the down arrow row in the keyboard table.
Tested in FF browser with NVDA screen reader:
Tested in IE using JAWS:
|
Siri, thank you for the review and testing! @shirsha commented:
This is an NVDA design decision. They do not have to use the exact name of the role. They provide information to their users on how to use list widgets. And, if they like, they can also provide dynamic instructions. Web page authors should not provide instructions unless the design does something outside normal patterns that the screen reader cannot derive from the semantics provided by the ARIA.
This is definitely a JAWS bug ... it is pretty bad because JAWS does not set focus correctly when pressing enter when the vc is active. In other browsers, it would be a browser bug, but in IE, JAWS doesn't rely on MSAA for these functions. NVDA has a pretty bad IE bug here too as it does not recognize aria-selected of true in the listbox; it reads the selected item as not selected. |
Modified examples/listbox/listbox-scrollable.html to remove link to review issue #469.
Task force review of this example is now complete. Closing. |
The scrollable listbox example
developed for issue #123 is ready for task force review.
Reviews Requested as of October 6, 2017
While the practices task force encourages feedback from anyone in the web and accessibility engineering communities, peer review is requested from the following task force members:
The text was updated successfully, but these errors were encountered: