Peter Beverloo
Peter Beverloo
Open a window with a view that allows them to send a response, as that's clearly the user's intention by activating that button? The website would want to do something...
https://notifications.spec.whatwg.org/#create-a-notification (step 3) defines that a `TypeError` should be thrown when using the `actions` option with the constructor. Clicking on a non-persistent notification after the page has gone away can...
Any feature that provides alternative interaction with a notification has this problem, e.g. inline replies and select box-like components that the Windows Action Center supports. I've not heard any developer...
The important thing to define is _when_ it fires— before or after the Service Worker event runs? If the tag gets released _before_ the event runs, it means that developers...
One of the premises of background fetch is that such UI is left to the browser - in our implementation (Chrome) we plan to have a pause button on the...
I think @jimmywarting's suggestion makes sense— if the user explicitly requested apps on their device to save battery it'd be cool for Web apps to be able to help them...
Hi Anne, from an Android perspective we're supportive of adding these autocomplete tokens. +1 to recommending against supporting it in general purpose user agents: access to MEID and IMEI tokens...
I don't think we have to block on adding a concept of a supported token, your concerns are sound and I hadn't considered the impact on fingerprintability. That's probably less...
From the peanut gallery: most address books support multiple values for most fields, and looking at my own contact list this applies to many individuals. How would we represent that...
I think this is a good suggestion that would address some use cases, but not the ones we're trying to address with this proposal. It's important for sites to be...