Skip to content

Commit

Permalink
remove callback comment as that's added by #614
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Mar 27, 2018
1 parent 86d6165 commit d7a2136
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,6 @@ method must, when invoked, run these steps:

<h3 id=constructing-events>Constructing events</h3>

<!-- XXX We need to add a callback of sorts here to be able to set relatedTarget and
touch target list properly. This is also needed for KeyboardEvent for some things and perhaps
more... -->

<p>When a <dfn export for=Event id=concept-event-constructor>constructor</dfn> of the {{Event}}
interface, or of an interface that inherits from the {{Event}} interface, is invoked, these steps
must be run, given the arguments <var>type</var> and <var>eventInitDict</var>:
Expand Down

0 comments on commit d7a2136

Please sign in to comment.