Fix names of Arrow keys, Delete, ContextMenu (bug#22084)
authorGary Kacmarcik <garykac@google.com>
Wed, 31 Jul 2013 06:53:46 -0700
changeset 440 af6e4a25da6f
parent 439 85830d2beba3
child 441 d0dcec6e74c8
Fix names of Arrow keys, Delete, ContextMenu (bug#22084)
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Wed Jul 31 05:55:24 2013 -0700
+++ b/html/DOM3-Events.html	Wed Jul 31 06:53:46 2013 -0700
@@ -6386,7 +6386,7 @@
 					<p>General keys</p>
 					<div id="keys-general" class="key-table">
 						<key name="Attn">The Attention (Attn) key.</key>
-						<key name="Apps">Toggle display of available (interactive) application list.</key>
+						<key name="ContextMenu">Toggle display of current application's context menu.</key>
 						<key name="CrSel">The Cursor Select (Crsel) key.</key>
 						<key name="ExSel">The Extend Selection (Exsel) key.</key>
 						<key name="LaunchMail">The Start Mail key.</key>
@@ -6482,28 +6482,30 @@
 					</div>
 					<p>Navigation keys</p>
 					<div id="keys-navigation" class="key-table">
-						<key name="Left">The left arrow key, to navigate or traverse leftward.</key>
-						<key name="PageDown">The Page Down key, to scroll down or display next page of content.</key>
-						<key name="PageUp">The Page Up key, to scroll up or display previous page of content.</key>
-						<key name="Right">The right arrow key, to navigate or traverse rightward.</key>
-						<key name="Up">The up arrow key, to navigate or traverse upward.</key>
+						<key name="ArrowDown">The down arrow key, to navigate or traverse downward.</key>
+						<key name="ArrowLeft">The left arrow key, to navigate or traverse leftward.</key>
+						<key name="ArrowRight">The right arrow key, to navigate or traverse rightward.</key>
+						<key name="ArrowUp">The up arrow key, to navigate or traverse upward.</key>
 						<key name="UpLeft">The diagonal up-left arrow key, to navigate or traverse diagonally up and to the left.</key>
 						<key name="UpRight">The diagonal up-right arrow key, to navigate or traverse diagonally up and to the right.</key>
-						<key name="Down">The down arrow key, to navigate or traverse downward.</key>
 						<key name="DownLeft">The diagonal down-left arrow key, to navigate or traverse diagonally down and to the left.</key>
 						<key name="DownRight">The diagonal down-right arrow key, to navigate or traverse diagonally down and to the right.</key>
 						<key name="Home">The Home key, used with keyboard entry, to go to start of content.</key>
 						<key name="End">The End key, used with keyboard entry to go to the end of content.</key>
+						<key name="PageDown">The Page Down key, to scroll down or display next page of content.</key>
+						<key name="PageUp">The Page Up key, to scroll up or display previous page of content.</key>
 						<key name="Select">The Select key.</key>
 						<key name="Tab">The Horizontal Tabulation (Tab) key.</key>
 					</div>
 					<p>Editing keys</p>
 					<div id="keys-edit" class="key-table">
-						<key name="Backspace">The Backspace key.</key>
+						<key name="Backspace">The Backspace key.
+							<p class="note"><strong>Note:</strong> This key value is also used for the key labeled <code>'delete'</code> on MacOS keyboards.</p>
+							</key>
 						<key name="Clear">The Clear key, for removing current selected input.</key>
 						<key name="Copy">The Copy key.</key>
 						<key name="Cut">The Cut key.</key>
-						<key name="Del">The Delete (Del) Key.
+						<key name="Delete">The Delete (Del) Key.
 							<p class="note"><strong>Note:</strong> This key value is also used for the key labeled <code>'delete'</code> on MacOS keyboards when modified by
 								the <code class="key">'Fn'</code> key.</p>
 							</key>