You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this issue, we decided that selection should not follow focus in <selectlist>'s listbox: #742
In this comment, @scottaohara pointed out that maybe selection following focus is useful? #896 (comment)
Is there an ARIA recommendation for this?
Should we provide an attribute or something to switch behaviors?
Should we make selection not follow focus for <selectlist> but make selection follow focus for all <listbox>es which are not used in a selectlist?
The text was updated successfully, but these errors were encountered:
My gut here is selection also shouldn't follow focus for the same reasons it shouldn't in selectlist. It would also be unfortunate to have a disparity between the two.
As you say it'd be interesting to see any aria guidance on this, on the understanding that because this is something novel their recommendation may not be fully applicable.
@lukewarlow if we are doing something truly novel, then a “listbox” we would not be making :)
briefly, as I have another thread started for this topic I’m not ready to merge here, yet. But so long as there is a select element that also can be exposed as a listbox (select size=+1), where it presently and has for decades had selection follow focus (which is the only guidance you’d get from aria btw, follow the host language / platform behavior) then the argument that we should be consistent is already being broken by having selection not follow focus.
sorry there is more to my thought process than this, I can expand on that later. But if consistency is key, then we need to acknowledge we are making something different, and maybe that’s ok. / frees us up to do different things. Like being novel ;)
There hasn't been any discussion on this issue for a while, so we're marking it as stale. If you choose to kick off the discussion again, we'll remove the 'stale' label.
In this issue, we decided that selection should not follow focus in
<selectlist>
's listbox: #742In this comment, @scottaohara pointed out that maybe selection following focus is useful? #896 (comment)
Is there an ARIA recommendation for this?
Should we provide an attribute or something to switch behaviors?
Should we make selection not follow focus for
<selectlist>
but make selection follow focus for all<listbox>
es which are not used in a selectlist?The text was updated successfully, but these errors were encountered: