Re: [webcomponents] [Shadow]: Focus navigation in distributed content (#103)

Thanks for links.

I thought, if it says " the navigation order sequence for a given shadow tree A ", it defines the order of entire tree A in parent tree B, not the order of child nodes of shadow tree (`1,2,3,4` incl. insertion points) in parent shadow tree A.

BTW, links to WHATWG discussion on `tabscope` is not working, but from what I have found it didn't get into spec.

So if I understood that correctly there is no way to achieve order:
`shadow node 1 -> content -> shadow dom 2` neither by shadow tree/custom element author nor by the user in document tree. 

I believe, such order would be relevant for the huge set of custom elements.

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

Received on Thursday, 28 May 2015 07:53:20 UTC