ISSUE - 167: Added appropriate markup to color code "tab" key in the keydown event description.
authorjrossi2
Mon, 04 Apr 2011 15:12:22 +0900
changeset 287 d0168c2ee7a1
parent 286 7685cca19884
child 288 20fdae112522
ISSUE - 167: Added appropriate markup to color code "tab" key in the keydown event description.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Mar 31 09:38:12 2011 +0900
+++ b/html/DOM3-Events.html	Mon Apr 04 15:12:22 2011 +0900
@@ -3992,7 +3992,7 @@
 					</ul>
                  </li>
                 <li>if the key is associated with a <a class="def" href="#glossary-text-composition-system">text composition system</a>, the default action must be to launch that system</li>
-                <li>if the key is the <code>tab</code> key, the default action must be to shift the document focus from the currently focused element (if any) to the new focused element, as described in <a href="#events-focusevent">Focus Event Types</a></li>
+                <li>if the key is the <a href="#key-Tab"><code class="value keyname">'Tab'</code></a> key, the default action must be to shift the document focus from the currently focused element (if any) to the new focused element, as described in <a href="#events-focusevent">Focus Event Types</a></li>
                 <li>if the key is the <a href="#key-Enter"><code class="value keyname">'Enter'</code></a> or <a href="#key-Spacebar"><code class="value keyname">'Space'</code></a> key and the current focus is on a state-changing element, the default action must be to dispatch a <a class="eventtype" href="#event-type-click"><code>click</code></a> event, and a <a class="eventtype" href="#event-type-DOMActivate"><code>DOMActivate</code></a> event if that event type is supported by the <a class="def" href="#glossary-user-agent">user agent</a> (refer to <a href="#event-flow-activation">activation triggers and behavior</a> for more details)</li>
                 <!-- <li>if the key is associated with any other event type, such as the <a class="eventtype" href="#event-type-scroll"><code>scroll</code></a> event, the default action must be to dispatch an event of that type.</li> -->
               </ul>