Re: [w3c/webcomponents] In Shadow DOM v1, tabIndex=-1 makes all elements inside the shadow tree to be no tab-focusable (#774)

It seems wrong that it would be impossible to make a custom element programmatically focusable and not in the user tab flow, without removing the entire shadow tree from tab flow.

If I explicitly set `delegateFocus` on the component, I’d expect the tabIndex value to propagate down the shadow tree because I explicitly told it to, but not implicitly delegateFocus down the shadow tree.

-- 
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/774#issuecomment-505083840

Received on Monday, 24 June 2019 16:30:35 UTC