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

We should not allow it. That's the bottom-line, I think.

The reason is simple:  a slot is not a focusable element. It never participates in the document composed tree.

 {Document|ShadowRoot}.activeElement should not point to an element which does not exist in the document composed tree.

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

Received on Wednesday, 3 February 2016 10:58:59 UTC