html5/spec Overview.html,1.2940,1.2941

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12051

Modified Files:
	Overview.html 
Log Message:
Make the accesskey attribute work when tabindex is set also. (bug 7190) (whatwg r3771)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2940
retrieving revision 1.2941
diff -u -d -r1.2940 -r1.2941
--- Overview.html	8 Sep 2009 21:58:16 -0000	1.2940
+++ Overview.html	9 Sep 2009 05:27:43 -0000	1.2941
@@ -174,7 +174,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-8-september-2009">Editor's Draft 8 September 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-9-september-2009">Editor's Draft 9 September 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!--
     <dt>This Version:</dt>
@@ -273,7 +273,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 25 August 2009 Working Draft.-->
-  This specification is the 8 September 2009 Editor's Draft.
+  This specification is the 9 September 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -37369,17 +37369,19 @@
   of the command is always false. (The command is never checked.)</p>
 
   <p>The <a href="#command-facet-action" title="command-facet-Action">Action</a> of the
-  command, if the element has a defined <a href="#activation-behavior">activation
-  behavior</a>, is to <a href="#run-synthetic-click-activation-steps">run synthetic click activation
-  steps</a> on the element. Otherwise, if the element is
-  <a href="#focusable">focusable</a>, the <a href="#command-facet-action" title="command-facet-Action">Action</a> of the command is to run
-  the <a href="#focusing-steps">focusing steps</a> for the element and then to
-  <a href="#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at
-  the element. Otherwise, <a href="#command-facet-action" title="command-facet-Action">Action</a> of the command is just to
-  <a href="#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at
-  the element.</p>
+  command is to run the following steps:</p>
 
-  </div><h3 id="miscellaneous-elements"><span class="secno">4.12 </span>Miscellaneous elements</h3><h4 id="the-legend-element"><span class="secno">4.12.1 </span>The <dfn><code>legend</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
+  <ol><li>If the element is <a href="#focusable">focusable</a>, run the
+   <a href="#focusing-steps">focusing steps</a> for the element.</li>
+
+   <li>If the element has a defined <a href="#activation-behavior">activation behavior</a>,
+   <a href="#run-synthetic-click-activation-steps">run synthetic click activation steps</a> on the
+   element.</li>
+
+   <li>Otherwise, if the element does not have a defined
+   <a href="#activation-behavior">activation behavior</a>, <a href="#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</li>
+
+  </ol></div><h3 id="miscellaneous-elements"><span class="secno">4.12 </span>Miscellaneous elements</h3><h4 id="the-legend-element"><span class="secno">4.12.1 </span>The <dfn><code>legend</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As the first child of a <code><a href="#the-fieldset-element">fieldset</a></code> element.</dd>

Received on Wednesday, 9 September 2009 05:27:55 UTC