Re: [w3c/webcomponents] Disabling tabindex across potentially many shadow roots (#520)

@rniwa yeah @dglazkov asked me to file it here as part of it relates to Shadow DOM.

> A bug in browser that focusable element makes animation slow even if it's not visible in the viewport

To clarify, the issue is there's no easy way to remove an entire shadow tree of elements from the tab order. It's my understanding (though I may be mistaken) that setting tabindex=-1 on the host would not remove the children from the tab order.

The animation use case is an example to demonstrate when someone would encounter this issue.

---
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/520#issuecomment-225050226

Received on Thursday, 9 June 2016 22:52:34 UTC