Re: [w3c/webcomponents] Algorithms in 6.3. Sequential Focus Navigation are too complex (#496)

I agree with @rniwa that it is *really* hard to follow.

As far as I can tell, what happens roughly is that a shadow root or a slot provide a special scope for making tab order. Within those, the tab order is determined for the stuff in the scope, and then each set of steps is blended into the overall tab order wherever their "owner node" - the shadow root or slot - appears in the overall tab order.

It would be helpful to say something like this (optionally changed to be true), and have a simple example that shows what happens and the resulting tab order.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/496#issuecomment-223056995

Received on Wednesday, 1 June 2016 16:58:32 UTC