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

@jakearchibald commented on this pull request.



> @@ -2006,7 +2015,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
         1. Set |operation|'s [=cache batch operation/request=] to |r|.
         1. Set |operation|'s [=cache batch operation/options=] to |options|.
         1. [=list/Append=] |operation| to |operations|.
-        1. Let |realm| be the [=context object=]'s [=relevant realm=].
+        1. Let |realm| be the [=this=]'s [=relevant realm=].

```suggestion
        1. Let |realm| be [=this=]'s [=relevant realm=].
```

-- 
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-462316438

Received on Thursday, 6 August 2020 08:57:34 UTC