diff --git a/index.html b/index.html
index c7dbd85..51218ea 100644
--- a/index.html
+++ b/index.html
@@ -42,18 +42,17 @@
This specification defines an API allowing web applications to set an application-wide badge,
+ "appmanifest#installable-web-applications">web applications to set an application-wide badge,
shown in an operating-system-specific place associated with the
application (such as the shelf or home screen), for the purpose of
notifying the user when the state of the application has changed (e.g.,
when new messages have arrived), without showing a more heavyweight
- notification.
+ notification.
- This specification is currently a work in progress. Implementors should
- not expose the API surface to the open web.
+ This is an early draft of the Badging API spec.
There is a single global badge associated with each web application. At any time, the application's badge
+ "appmanifest#installable-web-applications">web application. At any time, the application's badge
is set to one of the following values:
- When the application is installed and the application's flag
- is set, the user agent SHOULD display the application's badge
- alongside the symbolic representation of the application in the user's
- operating system (for example, as a small overlay on top of the
- application's icon).
+ When the application's flag is set, the user agent SHOULD display
+ the application's badge alongside the symbolic representation of the
+ application in the user's operating system (for example, as a small
+ overlay on top of the application's icon).
The special value flag indicates that the badge is set, but
@@ -153,7 +150,7 @@
@@ -121,12 +120,10 @@
Badge display
Badge
interface
- [Exposed=(Window, Worker)]
+ [Exposed=(Window)]
interface Badge {
static void set(optional [EnforceRange] unsigned long long contents);
static void clear();
@@ -163,13 +160,6 @@
The Badge interface provides methods for setting and
clearing the application badge indicator.
TypeError
- is defined by [[!ECMASCRIPT]].
+ is defined by [[ECMASCRIPT]].