diff --git a/index.html b/index.html index 382161e..2695a5d 100644 --- a/index.html +++ b/index.html @@ -665,9 +665,8 @@

The sizes member is used to specify the ImageObject's sizes. It follows the spec of sizes member - in HTML link element, - which is a string consisting of an unordered + in HTML [^link^] element, + which is a string consisting of an unordered set of unique space-separated tokens which are [=ASCII case-insensitive=] that represents the dimensions of an image. Each keyword is either an [=ASCII case-insensitive=] match for @@ -720,7 +719,7 @@

  • Let url be the result of parsing image.src with the - context object's relevant settings object's + this's relevant settings object's [=environment settings object/api base url=].
  • If url is failure, then return an empty @@ -2319,9 +2318,7 @@

    1. Decrement the |event|'s pending promises count by one.
    2. -
    3. Let registration be the context object's relevant global object's +
    4. Let registration be the this's relevant global object's associated service worker's containing service worker registration.