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

There is some discussion in IRC here where Jake and I conclude it should probably follow what browsers do for `document.hasFocus()`:

http://logs.glob.uno/?c=freenode%23whatwg&s=23+Feb+2017&e=23+Feb+2017&h=focus#c1021602

This means parent/child frames get the same focus time when the child frame is focused.  Although perhaps creation order is not the best there since ideally the child would be returned first, but current rules require window to be returned first (same time, creation order fallback).

-- 
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-282907119

Received on Tuesday, 28 February 2017 00:56:37 UTC