Re: Publishing Web Notification Drafts

On Oct 11, 2010, at 9:20 AM, Anne van Kesteren wrote:

> Hey John,
> 
> I was just reminded of the fact that if we want to publish our drafts before TPAC we have to do so before October 27. I think it would also be good to give the WG a few days to see whether anyone has any objections to publishing (though it would be good if anyone shared their thoughts on the drafts right away, rather than waiting for that moment to come, of course). So they should probably be ready somewhere before October 20 if we want to make that happen.
> 
> Alternatively we could publish http://dev.w3.org/2006/webapi/WebNotifications/publish/ and add a note saying that we will split it up later. First Public Working Draft does not need to be perfect; just there to grab some wider attention.

Anne - thanks for pushing on this.

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|.

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.

Regards,
Doug Turner

Received on Tuesday, 12 October 2010 02:15:43 UTC