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

Thanks. Now I understand your intention clearly, which matches what I expected. We need a formal definition for that, which is not difficult to define, I think.

BTW, I still prefer [(option B) + (New API)].

New API would tell us the exact focused element, instead of a slot.
e.g. When focusable2 is focused:
  x-foo.shadowRoot.newMagicalActiveElement -> focusable2 (instead of a slot1)

---
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/358#issuecomment-202269297

Received on Monday, 28 March 2016 06:59:04 UTC