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

@jakearchibald commented on this pull request.



> @@ -814,7 +814,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
         </tbody>
       </table>
 
-      The first time the <a>context object</a>'s {{ServiceWorkerContainer/onmessage}} IDL attribute is set, its [=ServiceWorkerContainer/client message queue=] *must* be enabled.
+      The first time the {{ServiceWorkerContainer/onmessage}} setter steps are performed, [=this=]'s [=ServiceWorkerContainer/client message queue=] *must* be enabled.

```suggestion
      The first time the {{ServiceWorkerContainer/onmessage}} setter steps are performed, enable [=this=]'s [=ServiceWorkerContainer/client message queue=].
```

Unrelated change, but eliminates another `*must*`

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

Received on Thursday, 6 August 2020 07:50:24 UTC