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

> In Safari, the second category in my comment is not mouse-focusable even if Full Keyboard Access setting is "All controls".

Interesting! Maybe it's a bit early to start guessing at APIs, but this could point toward a setting like `matchFocusBehaviorOf: ` which is allowed to be one of `"input"`, `"button"`, `"div"`. Or maybe `focusBehavior:` `"text entry"`, `"clickable"`, `"none"` to be more abstract.

> tabindex attribute should override the default focus behavior, right?

Yep! I am just hoping that div-with-tabindex falls into those two categories, not some new category.

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

Received on Friday, 19 April 2019 13:05:37 UTC