Re: [ServiceWorker] Specify .focus() and .openWindow() behaviour (#602)

> Additionally, if this browsing context is a top-level browsing context, user agents are encouraged to trigger some sort of notification to indicate to the user that the page is attempting to gain focus

I don't think we need that here. Only place you can currently call `.focus` is on `notificationclick`, so getting a "notification to indicate … the page is attempting to gain focus" isn't an acceptable alternative to actually focusing.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/602#issuecomment-71561564

Received on Monday, 26 January 2015 23:35:20 UTC