Remove incorrect "math" keys.
authorGary Kacmarcik <garykac@google.com>
Tue, 09 Jul 2013 17:55:41 -0700
changeset 433 4c8d8a83cb40
parent 432 852cd5bacd38
child 434 159ba3d7ae2e
Remove incorrect "math" keys.

It is inappropriate for these keys to treated special. They should return the same value as the non-keypad versions.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Jul 09 17:51:32 2013 -0700
+++ b/html/DOM3-Events.html	Tue Jul 09 17:55:41 2013 -0700
@@ -6447,34 +6447,6 @@
 					<div id="keys-character" class="key-table">
 						<key name="Separator">The Separator key, for context-sensitive text separators.</key>
 						<key name="Spacebar">The Space (Spacebar) key (<code class="glyph">'&nbsp;'</code>).</key>
-						<key name="Add">The Add key, or plus sign (<code class="glyph">'+'</code>).
-							<p class="note"><strong>Note:</strong> the Add key is usually found on the numeric keypad (e.g., the 10-key) on typical 101-key keyboards and usually
-								requires the 'NumLock' state to be enabled.</p>
-							</key>
-						<key name="Subtract">The Subtract key, or minus sign (<code class="glyph">'−'</code>).
-							<p class="note"><strong>Note:</strong> the Subtract key is usually found on the numeric keypad (e.g., the 10-key) on typical 101-key keyboards and usually
-								requires the 'NumLock' state to be enabled.</p>
-							</key>
-						<key name="Multiply">The Multiply key, or multiplication sign (<code class="glyph">'*'</code>).
-							<p class="note"><strong>Note:</strong> the Multiply key is usually found on the numeric keypad (e.g., the 10-key) on typical 101-key keyboards and usually
-								requires the 'NumLock' state to be enabled.</p>
-							<p class="note"><strong>Note:</strong> This key value can be represented by different characters depending on context, including <code class="char">
-								'\u002A'</code> (ASTERISK, <code class="glyph">'*'</code>) or <code class="char">'\u00D7'</code> (MULTIPLICATION SIGN, <code class="glyph">'×'</code>).</p>
-							</key>
-						<key name="Divide">The Divide key, or division sign (<code class="glyph">'÷'</code>).
-							<p class="note"><strong>Note:</strong> the Divide key is usually found on the numeric keypad (e.g., the 10-key) on typical 101-key keyboards and usually
-								requires the 'NumLock' state to be enabled.</p>
-							</key>
-						<key name="Equals">The Equals key, or equals sign (<code class="glyph">'='</code>).
-							<p class="note"><strong>Note:</strong> the Equals key is usually found on the numeric keypad (e.g., the 10-key) on typical 101-key keyboards and usually
-								requires the 'NumLock' state to be enabled.</p>
-							</key>
-						<key name="Decimal">The Decimal key, or decimal separator key symbol (<code class="glyph">'.'</code>).
-							<p class="note"><strong>Note:</strong> the Decimal key is usually found on the numeric keypad (e.g., the 10-key) on typical 101-key keyboards and usually
-								requires the 'NumLock' state to be enabled.</p>
-							<p class="note"><strong>Note:</strong> This key value can be represented by different characters due to localization, such as <code class="char">'\u002E'</code>
-								(FULL STOP, <code class="glyph">'.'</code>) or <code class="char">'\u00B7'</code> (MIDDLE DOT, <code class="glyph">'·'</code>).</p>
-							</key>
 					</div>
 					<p>Device keys</p>
 					<div id="keys-device" class="key-table">