Re: [w3c/ServiceWorker] Editorial: Correct grammar of informative note (#1145)

jungkees commented on this pull request.



> @@ -2486,7 +2486,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
           1. If |job|'s <a>job type</a> is *register*, run <a>Register</a> with |job| <a>in parallel</a>.
           1. Else if |job|'s <a>job type</a> is *update*, run <a>Update</a> with |job| <a>in parallel</a>.
 
-              Note: For a register job and an update job, the user agent delays queuing a task for running the job until after the document initiated the job has been dispatched {{Document/DOMContentLoaded}} event.
+              Note: For a register job and an update job, the user agent delays queuing a task for running the job until after the document that initiated the job has been the target of a {{Document/DOMContentLoaded}} event.

> x has been the target of a y event

I don't think this expression's clearly saying the event has been *dispatched*. How about something like "until after a DOMContentLoaded event has been dispatched to the document that initiated the job."?

-- 
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/1145#pullrequestreview-39371419

Received on Monday, 22 May 2017 01:06:40 UTC