diff --git a/notifications.bs b/notifications.bs index a9e28b7..96893b0 100644 --- a/notifications.bs +++ b/notifications.bs @@ -79,8 +79,8 @@ or in the future for a meeting that is about to start.
A notification has an associated renotify preference (a boolean). It is initially false. When true, indicates that the end user should be alerted after the -show steps have run with a new notification that has the same tag as -an existing notification. +notification show steps have run with a new notification that has the same +tag as an existing notification.
A notification has an associated silent preference (null or a boolean). It is @@ -466,10 +466,13 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!
The show steps for a given notification notification are: +
The notification show steps for a given notification +notification are:
Run the fetch steps for notification. +
Wait for any fetches to complete and notification's
image resource, icon resource, and
badge resource to be set (if any), as well as the
@@ -738,9 +741,7 @@ constructor steps are:
"granted
", then queue a task to fire an event named
error
on this, and abort these steps.
-
Run the fetch steps for notification. - -
Run the show steps for notification. +
Run the notification show steps for notification.
Run the fetch steps for notification. - -
Run the show steps for notification. +
Run the notification show steps for notification.
Queue a global task on the DOM manipulation task source given global to resolve promise with undefined.