- From: Takayoshi Kochi <notifications@github.com>
- Date: Wed, 24 Feb 2016 00:58:11 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 24 February 2016 08:58:41 UTC
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