Minor fixes to previous checkin
authorTravis Leithead
Fri, 13 Jun 2014 15:29:14 -0700
changeset 671 26dc3d28bfa0
parent 670 42e65115f7e2
child 672 7d98f8bd1933
Minor fixes to previous checkin
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Wed Jun 11 17:17:10 2014 -0700
+++ b/html/DOM3-Events.html	Fri Jun 13 15:29:14 2014 -0700
@@ -2423,8 +2423,8 @@
 					<a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a> interfaces, as well as 
 					the additional modifier states queried via 
 					<a href="#widl-KeyboardEvent-getModifierState"><code>KeyboardEvent.getModifierState()</code></a>.</p>
-            
-          <dl class="idl" title="dictionary SharedKeyboardAndMouseEventInit : UIEventInit">
+
+				<dl class="idl" title="dictionary SharedKeyboardAndMouseEventInit : UIEventInit">
 
 					<dt>boolean ctrlKey = false</dt>
 					<dd>
@@ -2434,7 +2434,7 @@
 							objects to <code>true</code> if the <code class="key">'Control'</code>
 							(control) key modifier is to be considered active, 
 							<code>false</code> otherwise.</p>
-						<p>Implementations must also initialize the event object's key modifier
+						<p>When <code>true</code>, implementations must also initialize the event object's key modifier
 							state such that calls to the
 							<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or 
 							<a href="#widl-KeyboardEvent-getModifierState"><code>KeyboardEvent.getModifierState()</code></a>
@@ -2449,7 +2449,7 @@
 							<a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a>
 							objects to <code>true</code> if the <code class="key">'Shift'</code>
 							key modifier is to be considered active, <code>false</code> otherwise.</p>
-						<p>Implementations must also initialize the event object's key modifier
+						<p>When <code>true</code>, implementations must also initialize the event object's key modifier
 							state such that calls to the
 							<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or 
 							<a href="#widl-KeyboardEvent-getModifierState"><code>KeyboardEvent.getModifierState()</code></a>
@@ -2465,7 +2465,7 @@
 							objects to <code>true</code> if the <code class="key">'Alt'</code>
 							(alternative) (or <code class="glyph">'Option'</code>) key modifier 
 							is to be considered active, <code>false</code> otherwise.</p>
-						<p>Implementations must also initialize the event object's key modifier
+						<p>When <code>true</code>, implementations must also initialize the event object's key modifier
 							state such that calls to the
 							<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or 
 							<a href="#widl-KeyboardEvent-getModifierState"><code>KeyboardEvent.getModifierState()</code></a>
@@ -2480,8 +2480,8 @@
 							<a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a>
 							objects to <code>true</code> if the <code class="key">'Meta'</code>
 							key modifier is to be considered active, <code>false</code> otherwise.</p>
-						<p>Implementations must also initialize the event object's key modifier
-							state such that calls to the
+						<p>When <code>true</code>, implementations must also initialize the event object's 
+							key modifier state such that calls to the
 							<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or 
 							<a href="#widl-KeyboardEvent-getModifierState"><code>KeyboardEvent.getModifierState()</code></a>
 							when provided with either the parameter <code class="key">'Meta'</code> or
@@ -2586,9 +2586,8 @@
 							when provided with the parameter <code class="key">'SymbolLock'</code> must 
 							return <code>true</code>.</p>
 					</dd>
-          
-      </section> <!-- END dictionary SharedKeyboardAndMouseEventInit defs -->
-        
+			</section> <!-- END dictionary SharedKeyboardAndMouseEventInit defs -->
+
 			<section id="events-mouseevent-event-order">
 				<h4>Mouse Event Order</h4>