--- a/html/DOM3-Events.html Tue Apr 15 11:12:16 2014 -0700
+++ b/html/DOM3-Events.html Tue Apr 15 13:43:38 2014 -0700
@@ -1552,6 +1552,9 @@
<p>Creates an event object of the type specified. Returns the newly created object.</p>
+<p class="issue">
+The text of this note needs to be reviewed. Remove reference to initMouseEvent (here and throughout main text).
+</p>
<p class="note"><strong>Note: </strong>After calling <code>createEvent</code>, and prior to dispatching the event with the
<a href="#widl-EventTarget-dispatchEvent"><code>EventTarget.dispatchEvent()</code></a> method, the
<a href="#interface-Event"><code>Event</code></a> will need to be initialized with the appropriate event initialization
@@ -9238,12 +9241,6 @@
<p>Specifies <a href="#widl-MouseEvent-button"><code>MouseEvent.button</code></a>.</p>
</dd>
- <!-- Note: "buttons" was not previously initializable through initMouseEvent! -->
- <dt>unsigned short buttonsArg</dt>
- <dd>
- <p>Specifies <a href="#widl-MouseEvent-buttons"><code>MouseEvent.buttons</code></a>.</p>
- </dd>
-
<dt>EventTarget? relatedTargetArg</dt>
<dd>
<p>Specifies <a href="#widl-MouseEvent-relatedTarget"><code>MouseEvent.relatedTarget</code></a>. This value MAY be <code>null</code>.</p>