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

I  would be happy to help somehow.

Concrete example will be definitely useful.

Regarding wording, I'd like to make sure, I get current spec correctly

>From discussions you mentioned I understood, that distributed content, from document tree perspective, are child nodes of shadow host, so its _navigation order sequence_  will be added **after** _navigation order sequence_ of shadow tree nodes.

Do I get it right that it's after not before, because of "2. in place of the HOST", and if I make HOST focusable, should shadow tree child nodes be inserted into _sequence_ just after HOST node, and before distributed document tree child nodes, and not after HOST child nodes. In other words: does "1. immediately after HOST, if HOST is focusable;" applies for shadow tree A child nodes as well, but not for insertion point, means 
1. "immediately after HOST node, if HOST is focusable;" not
2. "immediately after HOST subtree (from document tree perspective), if HOST is focusable;"?

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

Received on Thursday, 28 May 2015 09:00:19 UTC