- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 25 Feb 2016 21:26:56 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 26 February 2016 05:27:27 UTC
Both in the [current specification](https://www.w3.org/TR/shadow-dom/#focus-navigation) and in [the proposal](https://docs.google.com/document/d/1mNV2Z231SrAZuMJvBVNfVNHfULkMwUZOZ75vZM1K9zY/edit) in the issue #381, contents inside a shadow tree is treated as if its shadow host has the tabindex of 0. However, when the shadow host has a negative tabindex, its contents should be not be in the sequential focus navigation order. The `input` element doesn't place focus in its editable region when it has a negative tabindex for example, and it's very counterintuitive for the tabindex on an element to be ignored just because it contains a focusable element. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/399
Received on Friday, 26 February 2016 05:27:27 UTC