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

Strong +1.

Do you think it's worth exposing both of tabindex's capabilities here, or just one? They are:

- tabindex >=0 : reachable by sequential focus navigation, and also focusable in other ways (e.g. by the mouse or by .focus())
- tabindex = -1: not reachable by sequential focus navigation, but focusable in other ways

-- 
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-414882495

Received on Wednesday, 22 August 2018 02:04:43 UTC