- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 13 Oct 2016 23:33:18 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 14 October 2016 06:33:45 UTC
annevk commented on this pull request.
> @@ -1379,14 +1379,25 @@ an <var>object</var> with <var>event</var>, run these steps:
<h3 id=firing-events>Firing events</h3>
-To
-<dfn export id=concept-event-fire lt="fire an event">fire an event named <var>e</var></dfn>
-means that a new <a>event</a> using the
-{{Event}} interface, with its
-{{Event/type}} attribute initialized to
-<var>e</var>, and its {{Event/isTrusted}}
-attribute initialized to <code>true</code>, is to be
-<a>dispatched</a> to the given object.
+<p>To <dfn export id=concept-event-fire lt="fire an event">fire an event</dfn> named <var>e</var> at
+<var>target</var>, optionally given an <var>eventClass</var>, a description of how IDL attributes
I guess we can go with interface for now. IDL should really rename things though...
--
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/344
Received on Friday, 14 October 2016 06:33:45 UTC