Correct USB Usage ID for Enter key.
authorGary Kacmarcik <garykac@google.com>
Tue, 30 Apr 2013 09:54:30 -0700
changeset 32 9bc96e61caf6
parent 31 3f8cb8287c2c
child 33 79fa549f1816
Correct USB Usage ID for Enter key.

Also add missing open <p> tag.
source_respec.htm
--- a/source_respec.htm	Sat Apr 27 07:29:35 2013 -0700
+++ b/source_respec.htm	Tue Apr 30 09:54:30 2013 -0700
@@ -467,11 +467,11 @@
                         <dd>The code for the key, as defined in the <a href="#key-codes">Key Codes</a> section below.
                         </dd>
                         <dt>optional DOMString locale</dt>
-                        <dd>If specified, this should be a [[!BCP47]] tag (like 'en-US') that identifies the
+                        <dd>
+                            <p>If specified, this should be a [[!BCP47]] tag (like 'en-US') that identifies the
                             keyboard layout in which to interpret the <code>code</code> parameter.<br/>
                             If not specified, then the <code>code</code>
-                            value is interpreted in the context of the 'en-US' locale.
-                            </p>
+                            value is interpreted in the context of the 'en-US' locale.</p>
                         </dd>
                     </dl>
                 </dd>
@@ -1000,7 +1000,7 @@
                                 <tr><td><code id="code-ControlRight" class="key-code">'ControlRight'</code></td>
                                     <td>0xe4</td><td></td></tr>
                                 <tr><td><code id="code-Enter" class="key-code">'Enter'</code></td>
-                                    <td>0x32</td><td>Labelled <code class="keycap">Enter</code> and <code class="keycap">Return</code> on Macintosh keyboards.</td></tr>
+                                    <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="key-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>
                                 <tr><td><code id="code-OSRight" class="key-code">'OSRight'</code></td>