On Thu, Apr 16, 2009 at 4:40 PM, Scott Wilson <[email protected]> wrote: > Looking good! > > One item: section 5.18 (the showNotification() method) is out of sync with > the interface definition in section 5. >
Added missing arg: "The showNotification() method accepts three arguments. The first argument is a DOMString containing an informative title for the message (the second argument) to be displayed to the end-user. The second argument is a DOMString containing an informative message to be displayed to the end-user. The third argument is an optional reference to a function that is to be invoked if the user acknowledges the notification message, for instance by clicking on it." The above needs to be cleaned up a bit, but will do for now. Kind regards, Marcos -- Marcos Caceres http://datadriven.com.au
