- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 18 Feb 2016 03:17:47 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 18 February 2016 11:18:19 UTC
@hayatoito PTAL. I tried to get this upstreamable to HTML spec, [section 6.4](https://html.spec.whatwg.org/multipage/interaction.html#focus), but it is hard to do in a single step, as the HTML spec describes the navigation order as an algorithm to iteratively find the next focusable node, while the Shadow DOM spec (before my modification) assumes there is a (somewhat) pre-computed *focus navigation order* for each scope and describes how they are merged together. So this is my attempt to include the #375 as exactly as possible by following the current way of describing focus navigation in Shadow DOM. At this point it seems to me to patch the upstream spec requires lot more work. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/pull/381#issuecomment-185666330
Received on Thursday, 18 February 2016 11:18:19 UTC