Fix 25723 - Explicitly state that getModifierState requires case-sensitive values.
authorGary Kacmarcik <garykac@google.com>
Tue, 20 May 2014 17:28:07 -0700
changeset 638 14aad77c5c56
parent 637 58f7746cd6f7
child 639 bcd21eec1fe0
Fix 25723 - Explicitly state that getModifierState requires case-sensitive values.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Wed May 14 17:50:42 2014 -0700
+++ b/html/DOM3-Events.html	Tue May 20 17:28:07 2014 -0700
@@ -2800,7 +2800,7 @@
 							<p class="intro-dom">Introduced in DOM Level 3</p>
 
 							<p>Queries the state of a modifier using a key value.
-								See <a href="#keys-modifiers">Modifier keys</a> for a list of valid arguments to this method.
+								See <a href="#keys-modifiers">Modifier keys</a> for a list of valid (case-sensitive) arguments to this method.
 								</p>
 
 							<p>Returns <code>true</code> if it is a modifier key and the modifier is activated,
@@ -4859,7 +4859,7 @@
 						<dt>boolean getModifierState()</dt>
 						<dd>
 							<p>Queries the state of a modifier using a key value.
-								See <a href="#keys-modifiers">Modifier keys</a> for a list of valid arguments to this method.
+								See <a href="#keys-modifiers">Modifier keys</a> for a list of valid (case-sensitive) arguments to this method.
 								</p>
 
 							<dl class="parameters">
@@ -10773,8 +10773,8 @@
 			<dt id="glossary-modifier-key"><dfn>modifier key</dfn></dt>
 			<dd>A modifier key changes the normal behavior of a key, such as to produce a character of a different case (as with the <code class="key">'Shift'</code>
 				key), or to alter what functionality the key triggers (as with the <code class="key">'Fn'</code> or <code class="key">'Alt'</code>
-				keys). Refer to the <a href="#widl-KeyboardEvent-getModifierState"><code>KeyboardEvent.getModifierState()</code></a>
-				method for a list of modifier keys defined in this specification.  See also <a href="#keys-modifiers">Modifier keys</a>.</dd>
+				keys). Refer to <a href="#keys-modifiers">Modifier keys</a>
+				for a list of modifier keys.</dd>
 
 			<dt id="glossary-namespaceURI"><dfn>namespace URI</dfn></dt>
 			<dd>A <em>namespace URI</em> is a URI that identifies an XML namespace. This is called the namespace name in [<cite><a class="informative" href="#references-Namespaces10">XML