Re: [w3c/ServiceWorker] Editorial: update to modern Web IDL conventions (#1528)

@jakearchibald commented on this pull request.



> @@ -404,7 +404,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
     <section>
       <h4 id="service-worker-url">{{ServiceWorker/scriptURL}}</h4>
 
-      The <dfn attribute for="ServiceWorker"><code>scriptURL</code></dfn> attribute *must* return the [=/service worker=]'s <a lt="URL serializer">serialized</a> [=service worker/script url=].
+      The <dfn attribute for="ServiceWorker"><code>scriptURL</code></dfn> getter steps  are to return the [=/service worker=]'s <a lt="URL serializer">serialized</a> [=service worker/script url=].

```suggestion
      The <dfn attribute for="ServiceWorker"><code>scriptURL</code></dfn> getter steps are to return the [=/service worker=]'s <a lt="URL serializer">serialized</a> [=service worker/script url=].
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1528#pullrequestreview-462260863

Received on Thursday, 6 August 2020 07:40:45 UTC