Fix 25338: The Mac numpad 'Clear' key should be encoded as 'NumLock'.
--- a/html/DOM3Events-code.html Mon May 12 17:07:42 2014 -0700
+++ b/html/DOM3Events-code.html Mon May 12 17:25:01 2014 -0700
@@ -724,7 +724,7 @@
<thead><tr><th>Code Value</th><th>USB Usage ID<br/>Page 0x07<br/>(Informative)</th><th>Notes (Informative)</th></tr></thead>
<tbody>
<tr><td><code id="code-NumLock" class="code">'NumLock'</code></td>
- <td>0x53</td><td></td></tr>
+ <td>0x53</td><td>On the Mac, the <code class="code">'NumLock'</code> code should be used for the numpad <code class="glyph">'Clear'</code> key.</td></tr>
<tr><td><code id="code-Numpad0" class="code">'Numpad0'</code></td>
<td>0x62</td><td><code class="keycap">0</code> and <code class="keycap">Insert</code></td></tr>
<tr><td><code id="code-Numpad1" class="code">'Numpad1'</code></td>
@@ -750,7 +750,8 @@
<tr><td><code id="code-NumpadBackspace" class="code">'NumpadBackspace'</code></td>
<td>0xbb</td><td>Found on the Microsoft Natural Keyboard.</td></tr>
<tr><td><code id="code-NumpadClear" class="code">'NumpadClear'</code></td>
- <td>0xd8</td><td></td></tr>
+ <td>0xd8</td><td>For use with numpads that have a <code class="glyph">'Clear'</code> key that is separate from the <code class="glyph">'NumLock'</code> key.
+ On the Mac, the numpad <code class="glyph">'Clear'</code> key should always be encoded as <code class="code">'NumLock'</code>.</td></tr>
<tr><td><code id="code-NumpadClearEntry" class="code">'NumpadClearEntry'</code></td>
<td>0xd9</td><td></td></tr>
<tr><td><code id="code-NumpadComma" class="code">'NumpadComma'</code></td>