Re: [w3c/webcomponents] Mechanism for setting the tabindex focus flag without sprouting tabindex attribute? (#762)

@othermaciej 
> I guess you could have voice focus for a voice-only device,

Yes, I supposed such devices which probably don't exist today.

@alice 
> I think the critical concept (other than <select>, which IMO is an outlier) is whether you primarily interact with something via the keyboard - i.e. whether you can type into it.

I agree that <select> is an outlier.  I checked macOS native behavior, not Safari behavior, and found that `NSPopupButton` and widgets like listbox are not tabbable by default.

So, how about `text-control` (behavior like <textarea>) and `control` (behavior like <button>)?  They don't match to the current Safari behavior perfectly, but it should be easy for developers to understand.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/762#issuecomment-596343552

Received on Monday, 9 March 2020 05:53:09 UTC