[whatwg/dom] Missing comma in a sentence - makes it somewhat confusing to read (#906)

Hello!
I was using the DOM Specification when I noticed that there was a missing comma.
![image](https://user-images.githubusercontent.com/15697938/97216118-bfca2d80-179b-11eb-9cd2-dfd95bc1dd4e.png)
This confused me for a moment, so I figured I would mention it, even though it probably is rather nitpicky
The location where the comma needs to be inserted is highlighted:
![image](https://user-images.githubusercontent.com/15697938/97216253-ee480880-179b-11eb-9e91-8ceafa433136.png)

The following is super nit-picky, and probably does not matter at all, but once you add the comma to the sentence, it still is not perfect, as it then implies that the reason `initEvent()` is incapable of setting `composed` is that events have a constructor - which is not the case. Overall, I don't think this merits rewriting the sentence, so we should only focus on adding the comma to make it less confusing.

-- 
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/issues/906

Received on Monday, 26 October 2020 19:08:59 UTC