Re: [webcomponents] [Shadow] activeElement behavior seems to break encapsulation (#358)

Hmm, without `Node.isFocused`, if we don't allow slot to be an active element,
we can know the real focused element by `document.activeElement` and recursive
`host->shadowRoot.activeElement`.

I don't still understand what's the point of allowing a slot to be an active element.
@rniwa, why it's a good idea?

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

Received on Friday, 5 February 2016 10:14:09 UTC