Re: [webcomponents] [Shadow] Focus on shadow host should slide to its inner focusable node (delegatesFocus) (#105)

Oh, no. I meant that inside the shadow DOM.  If you wanted to let the host focused, you could emulate that inside the shadow DOM by wrapping the shadow DOM content in a focusable element.  As far as the outer DOM is considered, the host element is the one that has the focus so it won't be able to tell the difference.  It's not the most elegant solution but it works...

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/105#issuecomment-121008241

Received on Monday, 13 July 2015 18:04:17 UTC