Re: [w3c/ServiceWorker] clarify Clients.matchAll() focus order for nested frames (#1080)

Talking with @smaug---, it also seems a bit weird that the matchAll() steps link to this for the focus order:

https://html.spec.whatwg.org/multipage/interaction.html#focusing-steps

But those steps largely deal with browsing contexts.  In contrast, Client objects represent environment or environment settings.

It seems we need something that tracks "last focus time" on the environment.  This is basically what I am implementing, but it would be nice if the spec was clear about it.

-- 
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/ServiceWorker/issues/1080#issuecomment-283069028

Received on Tuesday, 28 February 2017 15:24:43 UTC