Re: Publishing Web Notification Drafts

>> 3) This might be more than we want to bite off right now, but one concern people have had about HTML5's permission model is it requires the developer to request one permission at a time, leading to a sequence of info bars/permission dialogs as the user is serially prompted for things like geolocation access, extra DB quota, notifications, etc. If we are defining a general-purpose permissions API, it might be useful to allow the developer to pass an array of features to requestPermission(), which the user agent could potentially consolidate into a single permission grant UI flow.
>
>
> +1

I like this idea too, but left it off for now because the semantics
are trickier than the simple version, and needs further discussion.

Should the user agent be required to present it as a package for
approval (all or nothing, like an extension installation), or allow
the user to choose a subset?  It might be helpful to come up with some
use cases as well.

Thanks,
 -John

Received on Wednesday, 13 October 2010 18:51:55 UTC