Fix 25346 - Remove |buttons| from initMouseEvent
authorGary Kacmarcik <garykac@google.com>
Tue, 15 Apr 2014 13:43:38 -0700
changeset 581 18e037dbba97
parent 580 0fa370ff1740
child 582 2afb1e76377f
Fix 25346 - Remove |buttons| from initMouseEvent
html/DOM3-Events.html
--- 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>