- From: Ben Kelly <notifications@github.com>
- Date: Thu, 23 Feb 2017 07:33:13 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 February 2017 15:33:48 UTC
`Clients.matchAll()` says to order Clients so most recently focused clients are first in the list. What does this mean for nested iframes? Consider: 1. A window with a nested iframe. The iframe is focused. In theory both the window and iframe `Client.focused` will be true. Will they also have the same focus time? 2. A window that is already focused with a nested iframe that is not focused. The iframe is focused. Are the focus times for both windows updated or just the iframe? -- 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
Received on Thursday, 23 February 2017 15:33:48 UTC