--- a/html/DOM3-Events.html Thu Sep 05 09:34:31 2013 -0700
+++ b/html/DOM3-Events.html Thu Sep 05 09:36:11 2013 -0700
@@ -4380,10 +4380,6 @@
<p class="note"><strong>Authoring Note: </strong>See [<a href="#references-UIEvents">UI Events</a>] for information about programmatically initializing
<a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a> objects.</p>
- <p class="issue">
- See bug <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22834">22834</a> - "DOM_KEY_LOCATION_MOBILE and _JOYSTICK are no longer needed"
- </p>
-
<p class="issue">The spec has been updated to note that the NumLock key has a location of STANDARD since that matches Firefox/IE. Chrome was just
updated to return STANDARD for NumLock. Previously the spec stated that all numeric keypad keys should have location=NUMPAD.</p>
@@ -4435,26 +4431,6 @@
</div>
</dd>
- <dt>const unsigned long DOM_KEY_LOCATION_MOBILE = 0x04</dt>
- <dd>
- <p>The key activation originated on a mobile device, either on a physical keypad or a virtual keyboard.</p>
-
- <div class="example">
- <div class="example-title"></div>
- <p>The <code class="key">'#'</code> key or softkey on a mobile device.</p>
- </div>
- </dd>
-
- <dt>const unsigned long DOM_KEY_LOCATION_JOYSTICK = 0x05</dt>
- <dd>
- <p>The key activation originated on a game controller or a joystick on a mobile device.</p>
-
- <div class="example">
- <div class="example-title"></div>
- <p>The <code class="key">'DownLeft'</code> key on a game controller.</p>
- </div>
- </dd>
-
<dt>readonly attribute DOMString key</dt>
<dd>
<p><code>key</code> holds the key value of the key pressed.