Re: [whatwg/dom] Add a realm argument to "create an event" (#349)

annevk commented on this pull request.



>  
 <ol>
- <li><p>Create a new object <var>event</var> using <var>eventInterface</var>.
+ <li>
+  <p>Create a new object <var>event</var> using <var>eventInterface</var>. If <var>realm</var>
+  is given, use that Realm; otherwise, use the default behavior defined in Web IDL.
+
+  <p class="note">As of the time of this writing Web IDL does not yet define any default behavior;

Should we make this class="XXX"?

-- 
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/349#pullrequestreview-5590263

Received on Tuesday, 25 October 2016 06:48:52 UTC