Fix 25603: MediaTrackNext/Previous. Also change ⌘ to ⌘.
authorGary Kacmarcik <garykac@google.com>
Mon, 12 May 2014 17:07:42 -0700
changeset 635 a3fbbd1081c5
parent 634 c990dc0929dd
child 636 6c2226898bf9
Fix 25603: MediaTrackNext/Previous. Also change ⌘ to &#x2318;.
html/DOM3Events-code.html
html/DOM3Events-key.html
--- a/html/DOM3Events-code.html	Mon May 12 16:56:27 2014 -0700
+++ b/html/DOM3Events-code.html	Mon May 12 17:07:42 2014 -0700
@@ -579,9 +579,9 @@
 							<tr><td><code id="code-Enter" class="code">'Enter'</code></td>
 								<td>0x28</td><td>Labelled <code class="keycap">Enter</code> and <code class="keycap">Return</code> on Macintosh keyboards.</td></tr>
 							<tr><td><code id="code-OSLeft" class="code">'OSLeft'</code></td>
-								<td>0xe3</td><td>The Windows, <code class="keycap">⌘</code>, <code class="keycap">Command</code> or other OS symbol key.</td></tr>
+								<td>0xe3</td><td>The Windows, <code class="keycap">&#x2318;</code>, <code class="keycap">Command</code> or other OS symbol key.</td></tr>
 							<tr><td><code id="code-OSRight" class="code">'OSRight'</code></td>
-								<td>0xe7</td><td>The Windows, <code class="keycap">⌘</code>, <code class="keycap">Command</code> or other OS symbol key.</td></tr>
+								<td>0xe7</td><td>The Windows, <code class="keycap">&#x2318;</code>, <code class="keycap">Command</code> or other OS symbol key.</td></tr>
 							<tr><td><code id="code-ShiftLeft" class="code">'ShiftLeft'</code></td>
 								<td>0xe1</td><td></td></tr>
 							<tr><td><code id="code-ShiftRight" class="code">'ShiftRight'</code></td>
@@ -897,16 +897,16 @@
 							<td>Sometimes labelled <code class="keycap">Calculator</code> on the keyboard</td></tr>
 						<tr><td><code id="code-LaunchMail" class="code">'LaunchMail'</code></td>
 							<td></td></tr>
-						<tr><td><code id="code-MediaNextTrack" class="code">'MediaNextTrack'</code></td>
-							<td></td></tr>
 						<tr><td><code id="code-MediaPlayPause" class="code">'MediaPlayPause'</code></td>
 							<td></td></tr>
-						<tr><td><code id="code-MediaPreviousTrack" class="code">'MediaPreviousTrack'</code></td>
-							<td></td></tr>
 						<tr><td><code id="code-MediaSelect" class="code">'MediaSelect'</code></td>
 							<td></td></tr>
 						<tr><td><code id="code-MediaStop" class="code">'MediaStop'</code></td>
 							<td></td></tr>
+						<tr><td><code id="code-MediaTrackNext" class="code">'MediaTrackNext'</code></td>
+							<td></td></tr>
+						<tr><td><code id="code-MediaTrackPrevious" class="code">'MediaTrackPrevious'</code></td>
+							<td></td></tr>
 						<tr><td><code id="code-Power" class="code">'Power'</code></td>
 							<td>This key is placed in the Function section on some Apple keyboards, replacing the <code class="code">'Eject'</code> key.</td></tr>
 						<tr><td><code id="code-Sleep" class="code">'Sleep'</code></td>
--- a/html/DOM3Events-key.html	Mon May 12 16:56:27 2014 -0700
+++ b/html/DOM3Events-key.html	Mon May 12 17:07:42 2014 -0700
@@ -199,7 +199,7 @@
 					</key>
 				<key name="Hyper">The Hyper key.</key>
 				<key name="Meta">The Meta key, to enable meta modifier function for interpreting concurrent or subsequent keyboard input.
-					This key value is also used for the Apple <code>'Command'</code> key.
+					This key value is also used for the Apple <code>'Command'</code> (<code class="glyph">'&#x2318;'</code>) key.
 					</key>
 				<key name="NumLock">The Number Lock key, to toggle numer-pad mode function for interpreting subsequent keyboard input.</key>
 				<key name="OS">The operating system key (e.g. the <q>Windows Logo</q> key).</key>
@@ -400,8 +400,8 @@
 				<key name="MediaPlayPause">Toggle media between play and pause states.</key>
 				<key name="MediaSelect">Select media.</key>
 				<key name="MediaStop">Stop media playing, pausing, forwarding, rewinding, or recording, if not already stopped.</key>
-				<key name="MediaNextTrack">Seek to next media or program track.</key>
-				<key name="MediaPreviousTrack">Seek to previous media or program track.</key>
+				<key name="MediaTrackNext">Seek to next media or program track.</key>
+				<key name="MediaTrackPrevious">Seek to previous media or program track.</key>
 				<key name="New">Open a new document or message.</key>
 				<key name="Open">Open an existing document or message.</key>
 				<key name="Print">Print the current document or message.</key>