- From: Rob Dodson <notifications@github.com>
- Date: Wed, 24 Aug 2016 10:56:20 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 24 August 2016 17:56:53 UTC
Related is the fact that clicking on an element in the Shadow DOM will find the nearest focusable element and apply focus to it. So if I have ``` #shadow-root <p>Hello World</p> <input type="text"> ``` And I click the `p` it will focus the `input`. That seems really strange. -- 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/554#issuecomment-242153635
Received on Wednesday, 24 August 2016 17:56:53 UTC