w3c / aria-practices

WAI-ARIA Authoring Practices Guide (APG)
https://www.w3.org/wai/aria/apg/
Other
1.21k stars 344 forks source link

Group listbox has inconsistent keyboard support #1236

Open jnurthen opened 5 years ago

jnurthen commented 5 years ago

Example: https://w3c.github.io/aria-practices/examples/listbox/listbox-rearrangeable.html

Add one or more entries to the "Unimportant Features" listbox

These should be consistent. To be honest I don't mind which version gets implemented.

ZoeBijl commented 5 years ago

Thank you for the report James. We should either implement the Enter key behaviour for both listboxes (and document that behaviour). Or remove the Enter key behaviour from the one listbox.

Did you come across any of this behaviour in native components @jongund?

JAWS-test commented 5 years ago

On the page https://w3c.github.io/aria-practices/examples/listbox/listbox-rearrangeable.html there are two examples. In the first example only the right listbox can be operated with Enter, in the second only the left one.

ZoeBijl commented 5 years ago

@JAWS-test how is that different than what James said?

JAWS-test commented 5 years ago

@ZoeBijl My comment is a supplement, because the behavior described by James occurs only in the one example. In the other example it is the other way round.

ZoeBijl commented 5 years ago

Ahh! Thank you.