- From: Takayoshi Kochi <notifications@github.com>
- Date: Tue, 02 Feb 2016 21:12:15 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 3 February 2016 05:12:47 UTC
Note that in the above example, if you put `tabindex` attribute in `<x-bar>`, `x-bar` itself becomes focusable, and focus stops at `x-bar`, then the navigation gets inside `x-bar`. The `delegatesFocus` flag controls the behavior, whether the focus navigation slips through the element or not. I feel like it is natural to turn it on by default for a shadow host, and can be turned of if requested, as some component may want to take focus as a whole. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/375#issuecomment-179016172
Received on Wednesday, 3 February 2016 05:12:47 UTC