IDL for Notification is using a "static attribute", which don't exist in WebIDL

The IDL says:

     static readonly attribute NotificationPermission permission;

but that's not valid WebIDL.  Only static operations (method calls) are 
allowed, not static attributes.

-Boris

Received on Tuesday, 12 June 2012 02:19:23 UTC