[slightlyoff/ServiceWorker] clarify that Clients.matchAll() only returns Window Client objects with active documents (#888)

The `Clients.matchAll()` spec depends on their being an active document in the browsing context in a couple steps, but isn't really clear what to do if there is no active document.  I think we should be more explicit these windows are excluded from the list.

Related: https://github.com/whatwg/html/issues/1073

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/888

Received on Friday, 22 April 2016 19:47:32 UTC