- From: Hayato Ito <notifications@github.com>
- Date: Wed, 03 Feb 2016 18:12:52 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 4 February 2016 02:13:21 UTC
Even if a slot is a focusable element, I prefer `x-foo.shadowRoot.activeElement -> null` to `x-foo.shadowRoot.activeElement -> slot`. As @kochi said in https://github.com/w3c/webcomponents/issues/358#issuecomment-179143107, in terms of a document tree, that would cause *two* active elements in a document tree, `focusable2` and `x-foo`. That will violate a lot of assumptions, I think. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/358#issuecomment-179578004
Received on Thursday, 4 February 2016 02:13:21 UTC