Closed ckundo closed 1 year ago
@ckundo are you using a roving tabindex pattern?
@jessebeach hi! we aren't now, we're handling arrow keys though. Trying to be low touch here, and hopefully set the stage for roving tabindex.
@jessebeach decided to just fix this instance to use roving tabindex 😅
🙏
We have a
role=listbox
withrole=option
children. thoseoption
s are failing oninteractive-role-supports-focus
. We're getting around this by applyingtabindex=-1
, which I think is actually correct, but wanted to gut check since APG does not use tabindex for their listbox example (I know APG is reference implemenation, but still makes me doubt thetabindex=-1
... thoughts?edit: if tabindex=-1 is not correct, consider skipping
option
for the rule?