Re: [webcomponents] [Shadow] Focus on shadow host should slide to its inner focusable node (delegatesFocus) (#105)

Moving the focus automatically to an inner-focusable element makes sense to me.

Now, once we made the focus to be automatically delegated as proposed on this issue, I can't think of a good reason to keep `delegatesFocus` flag.  It appears to me that, the only useful flag value is `false` to turn off the delegation in that world but we could simply not delegating the focus when the shadow DOM only contains elements without `tabindex` or a negative `tabindex` to address the same use case.

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

Received on Monday, 13 July 2015 07:23:35 UTC