diff --git a/index.html b/index.html index 9fbeca9..012f7e4 100644 --- a/index.html +++ b/index.html @@ -386,13 +386,20 @@

permission or determining the permission status.

- When a permission is revoked, the user agent MAY fire the - "`pushsubscriptionchange`" event for subscriptions created with that permission, with - the service worker registration associated with the push subscription as - |registration|, a {{PushSubscription}} instance representing the push subscription - as |oldSubscription|, and `null` as |newSubscription|. The user agent MUST - deactivate the affected subscriptions in parallel. + When a permission is revoked:

+

When a service worker registration is unregistered, any associated push subscription MUST be deactivated.