Re: [whatwg/dom] Replacing 'context object' with 'this' (#824)

annevk approved this pull request.

Thank you! I'd rather not directly break downstream. At least not if haven't tried to identify the amount of work for them.

> @@ -1188,7 +1186,7 @@ method, when invoked, must run these steps:
 <var>eventTarget</var> and an <a>event listener</a> <var>listener</var>, run these steps:
 
 <ol>
- <li><p>If the <a>context object</a> is a {{ServiceWorkerGlobalScope}} object and its
+ <li><p>If <a>this</a> is a {{ServiceWorkerGlobalScope}} object and its

```suggestion
 <li><p>If <var>eventTarget</var> is a {{ServiceWorkerGlobalScope}} object and its
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/824#pullrequestreview-347461997

Received on Thursday, 23 January 2020 17:07:40 UTC