-
Notifications
You must be signed in to change notification settings - Fork 344
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 examples of listboxes with rearrangeable options #468
Comments
No issues noted. |
In IE: |
@shirsha commented:
Siri, I don't understand what you mean. I thought the buttons are already between the two lists. They appear layed out that way when I look with the JAWS cursor.
Correct, this is by design; it is a toolbar.
Please clarify; I do not understand. |
I tested the examples with the Axe accessibility extension and it seems that listboxes are required to have at least one option. This means the examples fail the WCAG 2.0 criteria (1.3.1 - Info and Relationships). |
I wanted to suggest the addition of two things (technically, across the board, but I'll start with this one):
In line with the last of those, I wanted to share the following, which I believe is actually a bug with WebKit or Safari (I'm going to look for/file a ticket with them later): The Multi-Select Listbox example doesn't work in Safari 13.0.3 (15608.3.10.4) w/ VoiceOver 10. There are no issues when nothing is selected, but once you've selected something, when you attempt to navigate to other items you'll get some unusual messages, like "Privacy cloque added to selection 2 items selected" when only "Front sun roof" has been selected. Attempting to continue navigating through the options seems to only read "selection replaced 2 items selected", though if you return to an option that's actually been selected, it will then read along the lines of "Privacy cloque removed from selection 1 item selected" As best I can gather, it seems to be counting the "focused" item as selected, but not reading it out or setting it selected (that last part is expected). If you remove the selection, it goes back to normal. There's a similar issue with the single select, when not implementing "selection follows focus", but I'll save that for its ticket, or the one I file with WebKit. |
I don't know why this is a violation of SC 1.3.1, but it is a violation of the ARIA specification. The question is whether the specification or the example should be adapted here, i.e. the question is whether empty selection lists are allowed. In HTML they are allowed, |
The Examples of listboxes with rearrangeable options are ready for review.
Task Force Member Reviews Requested as of Nov 21, 2017
The text was updated successfully, but these errors were encountered: