Re: [whatwg/dom] Editorial: provide a shorthand for other specifications to create events (#347)

annevk commented on this pull request.



>  
- <li><p>If there is an <var>eventInitDict</var> argument, then for each <a>dictionary member</a>
- present, find the attribute on <a>event</a> whose <a spec=webidl>identifier</a> matches the key of
- the <a>dictionary member</a> and then set the attribute to the value of that
+ <li><p>If <var>eventInitDict</var> is given, then for each <a>dictionary member</a> present in

And even if it was required, it would still happen around there since that is what actually causes us to throw an exception as we try to convert undefined to a dictionary.

-- 
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/347

Received on Friday, 21 October 2016 17:27:21 UTC