Re: CfC: FPWD of Web Notification drafts

On Mon, Jan 17, 2011 at 4:24 AM, Anne van Kesteren <annevk@opera.com> wrote:

> On Tue, 11 Jan 2011 23:44:41 +0100, John Gregg <johnnyg@google.com> wrote:
>
>> Just an update -- Sorry for the delay; I was on vacation for most of
>> December but am now back and caught up.  Working on the spec refresh right
>> now, addressing all the comments on the mailing list.  Expect a new draft
>> within a day or so.
>>
>
> Hey, any update on this? I guess there is no real rush, but at some point
> we should probably publish something as a Working Draft :-)


I updated the first spec ("Web Notifications" [1]), with the following
significant changes:
 - constructor model for creating new notifications, i.e.:
       new Notification("mail.png", "New Mail") rather than
NotificationCenter.createNotification("mail.png", "New Mail")
 - exceptions no longer thrown from Notification.show() -- error callback is
invoked instead
 - changes to make the spec more consistent with HTML5 regarding
directionality and event model
 - fixed up examples to be consistent with the new structure

I'm continuing to work on the "Web URL Notifications" spec.

[1]
http://dev.w3.org/2006/webapi/WebNotifications/publish/Notifications.html

Thanks,
 -John

Received on Tuesday, 18 January 2011 18:58:25 UTC