Re: [webcomponents] Introduce "delegatesFocus" flag to shadow root (#126)

The `focusable` or `setForceFocusable` were introduced to the document trying to explain some of the
native elements via shadow DOM.

For example `<a name=...>` isn't focusable but `<a href=...>` is focusable, without having to add/remove `tabindex` attribute in HTML.  So it could be used for emulating such behavior, but I don't think it is a viable use case, and we can omit it at least for v1.

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

Received on Wednesday, 24 February 2016 08:58:41 UTC