Skip to content

Commit b65f73d

Browse files
author
Marcos Cáceres
authored
Editorial: subscription deregistration happens magically (#320)
1 parent 9a0ae3a commit b65f73d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,11 @@ <h2>
282282
<p>
283283
A <a>push subscription</a> is <a>deactivated</a> when its associated <a>service worker
284284
registration</a> is unregistered, though a <a>push subscription</a> MAY be
285-
<a>deactivated</a> earlier. A <a>push subscription</a> is removed when the
286-
<a data-cite="service-workers#clear-registration-algorithm">clear registration
287-
algorithm</a> is run for the <a>service worker registration</a>.
285+
<a>deactivated</a> earlier.
286+
</p>
287+
<p class="note">
288+
A <a>push subscription</a> is removed when <a>service worker registration</a> is
289+
cleared.
288290
</p>
289291
</section>
290292
</section>

0 commit comments

Comments
 (0)