Fix Bug 27902 - SharedKeyboardAndMouseEventInit isn't a good name
authorTravis Leithead
Tue, 24 Feb 2015 16:45:08 -0800
changeset 687 c6b486caeb0d
parent 686 2c9e94f84cc4
child 688 8d1e57db7566
Fix Bug 27902 - SharedKeyboardAndMouseEventInit isn't a good name
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Feb 24 16:20:45 2015 -0800
+++ b/html/DOM3-Events.html	Tue Feb 24 16:45:08 2015 -0800
@@ -811,10 +811,10 @@
 					<a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a> or
 					<a href="#interface-MouseEvent"><code>MouseEvent</code></a> object or an object that 
 					derives from either of these, and a 
-					<a href="#shared-mouse-and-keyboard-initializers">SharedKeyboardAndMouseEventInit</a> 
+					<a href="#event-modifier-initializers">EventModifierInit</a> 
 					argument was provided to the constructor, then run the following sub-steps:
 				<ol>
-					<li>For each <a href="#shared-mouse-and-keyboard-initializers">SharedKeyboardAndMouseEventInit</a>
+					<li>For each <a href="#event-modifier-initializers">EventModifierInit</a>
 						argument, if the dictionary member begins with the string <code>"keyModifierState"</code>, then 
 						let the <dfn id="modifier-key-name">key modifier name</dfn> be the dictionary member's name 
 						excluding the prefix <code>"keyModifierState"</code>, and set the 
@@ -2371,7 +2371,7 @@
 
 				</dl>
         
-				<dl class="idl" title="dictionary MouseEventInit : SharedKeyboardAndMouseEventInit">
+				<dl class="idl" title="dictionary MouseEventInit : EventModifierInit">
 
 					<dt>long screenX = 0</dt>
 					<dd>
@@ -2469,8 +2469,8 @@
 				the number of consecutive clicks of a pointing device button within a specific time. The delay after which the count resets is specific to the
 				environment configuration.</p>
 
-			<section id="shared-mouse-and-keyboard-initializers">
-				<h4>Shared MouseEvent and KeyboardEvent initializers</h4>
+			<section id="event-modifier-initializers">
+				<h4>Event Modifier Initializers</h4>
 
 				<p>The <a href="#interface-MouseEvent"><code>MouseEvent</code></a> and
 					<a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a> interfaces share a set 
@@ -2483,7 +2483,7 @@
 					The steps for constructing events using this dictionary are defined in the 
 					<a href="#event-constructors">event constructors</a> section.</p>
 
-				<dl class="idl" title="dictionary SharedKeyboardAndMouseEventInit : UIEventInit">
+				<dl class="idl" title="dictionary EventModifierInit : UIEventInit">
 
 					<dt>boolean ctrlKey = false</dt>
 					<dd>
@@ -2645,8 +2645,8 @@
 							when provided with the parameter <code class="key">'SymbolLock'</code> must 
 							return <code>true</code>.</p>
 					</dd>
-				</dl> <!-- END dictionary SharedKeyboardAndMouseEventInit defs -->
-			</section> <!-- shared-mouse-and-keyboard-initializers -->
+				</dl> <!-- END dictionary EventModifierInit defs -->
+			</section> <!-- event-modifier-initializers -->
 			
 			<section id="events-mouseevent-event-order">
 				<h4>Mouse Event Order</h4>
@@ -4390,7 +4390,7 @@
 					</dd>
 				</dl>
 
-				<dl class="idl" title="dictionary KeyboardEventInit : SharedKeyboardAndMouseEventInit">
+				<dl class="idl" title="dictionary KeyboardEventInit : EventModifierInit">
 					<dt>DOMString key = ""</dt>
 					<dd>
 						<p>Initializes the <code>key</code> attribute of the KeyboardEvent