Fixup broken </p> tags in text copied from UI Events.
authorgarykac@garykac-macbookair.roam.corp.google.com
Thu, 14 Nov 2013 18:34:15 +0900
changeset 550 ad185136ba6d
parent 549 974c84d6193a
child 551 7732919a7eaa
Fixup broken </p> tags in text copied from UI Events.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Nov 14 18:27:15 2013 +0900
+++ b/html/DOM3-Events.html	Thu Nov 14 18:34:15 2013 +0900
@@ -3001,7 +3001,7 @@
 							<p>Initializes the <code>shiftKey</code> attribute of the MouseEvent
 								object to <code>true</code> if the <code>shiftKey</code> modifier
 								key is to be considered depressed, <code>false</code> otherwise.
-								<p>
+								</p>
 						</dd>
 
 						<dt>boolean altKey = false</dt>
@@ -3017,7 +3017,7 @@
 							<p>Initializes the <code>metaKey</code> attribute of the MouseEvent
 								object to <code>true</code> if the <code>metaKey</code> modifier
 								key is to be considered depressed, <code>false</code> otherwise.
-								<p>
+								</p>
 						</dd>
 
 						<dt>unsigned short button = 0</dt>
@@ -3041,7 +3041,7 @@
 							<p>Initializes the <code>buttons</code> attribute of the MouseEvent
 								object to a number representing one <em>or more</em> of the button(s) of the mouse 
 								that are to be considered active.
-								<p>
+								</p>
 
 							<p class="note"><strong>Note:</strong>
 								The <code>buttons</code>
@@ -3077,7 +3077,7 @@
 								<em>mouseout</em> or <em>mouseleave</em>
 								or <em>focusout</em> event). For other events, this value need not
 								be assigned (and will default to null).
-								<p>
+								</p>
 						</dd>
 					</dl>
 
@@ -4422,7 +4422,7 @@
 								directed towards the right-most edge, bottom-most edge, and farthest 
 								depth (away from the user) of the document, respectively. Negative 
 								relative values are in the respective opposite directions.
-								<p>
+								</p>
 						</dd>
 
 						<dt>unsigned long deltaMode = 0</dt>
@@ -4914,7 +4914,7 @@
 								shift-state). This value is the final effective value of the key. 
 								If the key is not a printable character, then it should be one of
 								the key values defined in [[DOM-LEVEL-3-EVENTS]] *** Fix ref ***.
-								<p>
+								</p>
 						</dd>
 
 						<dt>DOMString code = ""</dt>
@@ -4925,7 +4925,7 @@
 								layout.
 								This value should be one of the code values defined in the
 								<a href="#keyboard-events">Keyboard Events</a> section.
-								<p>
+								</p>
 						</dd>
 
 						<dt>unsigned long location = 0</dt>