Fixing Scroll to ScrollLock per LC comment:
authortleithea
Wed, 10 Oct 2012 02:54:55 +0900
changeset 407 77458bb6d6be
parent 406 7179cfec95d7
child 408 ce36f3089ece
Fixing Scroll to ScrollLock per LC comment:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18461
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Sep 13 03:34:08 2012 +0900
+++ b/html/DOM3-Events.html	Wed Oct 10 02:54:55 2012 +0900
@@ -4999,7 +4999,7 @@
 																<a href="#key-Fn"><code class="key">'Fn'</code></a>
 																<a href="#key-Meta"><code class="key">'Meta'</code></a>
 																<a href="#key-NumLock"><code class="key">'NumLock'</code></a>
-																<a href="#key-Scroll"><code class="key">'Scroll'</code></a>
+																<a href="#key-ScrollLock"><code class="key">'ScrollLock'</code></a>
 																<a href="#key-Shift"><code class="key">'Shift'</code></a>
 																<a href="#key-SymbolLock"><code class="key">'SymbolLock'</code></a>, and 
 																<a href="#key-OS"><code class="key">'OS'</code></a>
@@ -6618,7 +6618,7 @@
 					<code>keydown</code></a> and <a class="eventtype" href="#event-type-keyup"><code>keyup</code></a> events, as shown in the example below. Some modifiers are activated
 					while the key is being pressed down or maintained pressed such as <code class="key">'Alt'</code>, <code class="key">'Control'</code>, <code class="key">'Shift'</code>,
 					<code class="key">'AltGraph'</code>, or <code class="key">'Meta'</code>. Others modifiers are activated depending on their state such as <code class="key">'CapsLock'</code>,
-					<code class="key">'NumLock'</code>, or <code class="key">'Scroll'</code>. Change in the state happens when the modifier key is being pressed down. The <a href="#events-KeyboardEvent">
+					<code class="key">'NumLock'</code>, or <code class="key">'ScrollLock'</code>. Change in the state happens when the modifier key is being pressed down. The <a href="#events-KeyboardEvent">
 					<code>KeyboardEvent</code></a> interface provides convenient attributes for some common modifiers keys: <a href="#events-KeyboardEvent-ctrlKey"><code>KeyboardEvent.ctrlKey</code></a>,
 					<a href="#events-KeyboardEvent-shiftKey"><code>KeyboardEvent.shiftKey</code></a>, <a href="#events-KeyboardEvent-altKey"><code>KeyboardEvent.altKey</code></a>,
 					<a href="#events-KeyboardEvent-metaKey"><code>KeyboardEvent.metaKey</code></a>. Some operating systems simulate the <code class="key">'AltGraph'</code> modifier
@@ -7329,7 +7329,7 @@
 							<td class="category">UI</td>
 						</tr>
 						<tr>
-							<td><code id="key-Scroll" class="key">'Scroll'</code></td>
+							<td><code id="key-ScrollLock" class="key">'ScrollLock'</code></td>
 							<td></td>
 							<td>The Scroll Lock key, to toggle between scrolling and cursor movement modes.</td>
 							<td class="category">UI</td>