Re: [w3c/webcomponents] :focus behavior of delegatesFocus:true will be confusing for users (#554)

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