- From: Ryosuke Niwa <notifications@github.com>
- Date: Mon, 13 Jul 2015 11:03:48 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Monday, 13 July 2015 18:04:17 UTC
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