diff --git a/index.html b/index.html
index cdb72d7..a95a55a 100644
--- a/index.html
+++ b/index.html
@@ -496,7 +496,7 @@
then:
- Let fetchedImage be the result of
- steps
+ steps
to fetch an image resource passing icon as
the argument.
@@ -1388,7 +1388,7 @@ - If |event|.{{ PaymentRequestEvent/[[windowClient]] }} is not null, then:
- If |event|.{{ PaymentRequestEvent/[[windowClient]] }}.visibilityState
+ "SERVICE-WORKERS#client-visibilitystate">visibilityState
is not "unloaded", reject promise with an
{{"InvalidStateError"}} {{DOMException}} and abort these steps.
@@ -1895,10 +1895,6 @@
global object's associated service worker's
containing service worker registration.
- - If registration’s uninstalling flag is set,
- invoke Try Clear Registration with
- registration.
-
- If registration is not null, invoke Try
Activate with registration.
@@ -2167,8 +2163,8 @@
"payment-request#dom-paymentrequestupdateevent">PaymentRequestUpdateEvent,
ID,
canMakePayment(),
- show(),
+ "payment-request#canmakepayment-method">canMakePayment(),
+ show(),
updateWith(detailsPromise),
worker client, ServiceWorkerRegistration
,
ServiceWorkerGlobalScope
,
+ "SERVICE-WORKERS#serviceworkerglobalscope-interface">ServiceWorkerGlobalScope,
fire
functional event, extend lifetime
+ "SERVICE-WORKERS#extendableevent-extend-lifetime-promises">extend lifetime
promises,pending promises
+ "SERVICE-WORKERS#extendableevent-pending-promises-count">pending promises
count, containing
- service worker registration, uninstalling flag,
+ service worker registration,
Try
Clear Registration, Try Activate,