Use "focusin" (instead of "focusIn") for consistency with other events.
authorgarykac@google.com
Tue, 12 Nov 2013 17:40:14 +0800
changeset 532 36b9772047ad
parent 531 b2ec517923d6
child 533 6f91355a66a1
Use "focusin" (instead of "focusIn") for consistency with other events.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Nov 12 17:32:42 2013 +0800
+++ b/html/DOM3-Events.html	Tue Nov 12 17:40:14 2013 +0800
@@ -1637,7 +1637,7 @@
 						<td>None</td>
 					</tr>
 					<tr>
-						<td><a class="eventtype" href="#event-type-focusIn"><code>focusin</code></a></td>
+						<td><a class="eventtype" href="#event-type-focusin"><code>focusin</code></a></td>
 						<td>Sync</td>
 						<td>Yes</td>
 						<td><code>Element</code></td>
@@ -2344,7 +2344,7 @@
 						</tr>
 						<tr>
 							<td class="cell-number">1.</td>
-							<td><a class="eventtype" href="#event-type-focusIn"><code>focusin</code></a></td>
+							<td><a class="eventtype" href="#event-type-focusin"><code>focusin</code></a></td>
 							<td>Sent before first target element receives focus</td>
 						</tr>
 						<tr>
@@ -2363,7 +2363,7 @@
 						</tr>
 						<tr>
 							<td class="cell-number">4.</td>
-							<td><a class="eventtype" href="#event-type-focusIn"><code>focusin</code></a></td>
+							<td><a class="eventtype" href="#event-type-focusin"><code>focusin</code></a></td>
 							<td>Sent before second target element receives focus</td>
 						</tr>
 						<tr>
@@ -2534,7 +2534,7 @@
 							</table>
 
 							<p>A <a class="def" href="#glossary-user-agent">user agent</a> MUST dispatch this event when an <a class="def" href="#glossary-event-target">event target</a> receives
-								focus. The focus MUST be given to the element before the dispatch of this event type.  This event type is similar to <a class="eventtype" href="#event-type-focusIn">
+								focus. The focus MUST be given to the element before the dispatch of this event type.  This event type is similar to <a class="eventtype" href="#event-type-focusin">
 								<code>focusin</code></a>, but is dispatched after focus is shifted, and does not bubble.</p>
 						</dd>
 					</dl>
@@ -2543,7 +2543,7 @@
 				<!-- focusin -->
 				<div class="event-definition">
 					<dl>
-						<dt id="event-type-focusIn"><dfn><a class="eventtype" href="#event-type-focusIn"><code>focusin</code></a></dfn></dt>
+						<dt id="event-type-focusin"><dfn><a class="eventtype" href="#event-type-focusin"><code>focusin</code></a></dfn></dt>
 						<dd>
 							<table border="0" summary="This table contains information about the semantics of the given event type" cellpadding="2" cellspacing="0">
 								<tr>
@@ -8183,7 +8183,7 @@
 
 						<p class="warning"><strong>Warning!</strong> The <a class="eventtype" href="#event-type-DOMFocusIn"><code>DOMFocusIn</code></a> event type is defined in this
 							specification for reference and completeness, but this specification <a class="def" href="#glossary-deprecated">deprecates</a> the use of this event type in favor
-							of the related event types <a class="eventtype" href="#event-type-focus"><code>focus</code></a> and <a class="eventtype" href="#event-type-focusIn"><code>focusin</code></a>.</p>
+							of the related event types <a class="eventtype" href="#event-type-focus"><code>focus</code></a> and <a class="eventtype" href="#event-type-focusin"><code>focusin</code></a>.</p>
 					</dd>
 				</dl>
 			</div>
@@ -8264,7 +8264,7 @@
 					</tr>
 					<tr>
 						<td class="cell-number">1.</td>
-						<td><a class="eventtype" href="#event-type-focusIn"><code>focusin</code></a></td>
+						<td><a class="eventtype" href="#event-type-focusin"><code>focusin</code></a></td>
 						<td>Sent before first target element receives focus</td>
 					</tr>
 					<tr>
@@ -8288,7 +8288,7 @@
 					</tr>
 					<tr>
 						<td class="cell-number">5.</td>
-						<td><a class="eventtype" href="#event-type-focusIn"><code>focusin</code></a></td>
+						<td><a class="eventtype" href="#event-type-focusin"><code>focusin</code></a></td>
 						<td>Sent before second target element receives focus</td>
 					</tr>
 					<tr>