Re: Publishing Web Notification Drafts

On Tue, 12 Oct 2010 04:15:07 +0200, Doug Turner <dougt@dougt.org> wrote:
> If timing is the critical factor, I would like a much simpler interface  
> that more tightly matches what system apis provide.  For example, I have  
> not see any system API that include |dir|.

If we want to publish our first draft before TPAC timing is somewhat  
critical. But in general it would be good to know where everyone stands.


> So, in the spirit of being as minimal as possible:
>
> interface Notification {
>  void show();
>  attribute Function onclick;
>  attribute Function onclose;
> }
>
> I also would like to see the permission stuff in NotificationCenter to  
> be split out into its own document.

I think the plan was to split the permission stuff out, yes, in addition  
to splitting URL notifications out. I think we should call both of them  
Web Notifications and the one that takes URLs Web URL Notifications or  
some such. Both the subset and superset are APIs for the web after all.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Tuesday, 12 October 2010 09:23:57 UTC