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

I guess we should remove this conditional as well since the argument is always given due to IDL.

-- 
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#pullrequestreview-5288243

Received on Friday, 21 October 2016 16:29:32 UTC