- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 21:56:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19388
Modified Files:
Overview.html
Log Message:
Make tabindex='' appear in the toc. (whatwg r5303)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4225
retrieving revision 1.4226
diff -u -d -r1.4225 -r1.4226
--- Overview.html 16 Aug 2010 21:47:19 -0000 1.4225
+++ Overview.html 16 Aug 2010 21:56:11 -0000 1.4226
@@ -1015,7 +1015,7 @@
<li><a href="#scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</a></li>
<li><a href="#focus"><span class="secno">7.4 </span>Focus</a>
<ol>
- <li><a href="#sequential-focus-navigation"><span class="secno">7.4.1 </span>Sequential focus navigation</a></li>
+ <li><a href="#sequential-focus-navigation-and-the-tabindex-attribute"><span class="secno">7.4.1 </span>Sequential focus navigation and the <code title="attr-tabindex">tabindex</code> attribute</a></li>
<li><a href="#focus-management"><span class="secno">7.4.2 </span>Focus management</a></li>
<li><a href="#document-level-focus-apis"><span class="secno">7.4.3 </span>Document-level focus APIs</a></li>
<li><a href="#element-level-focus-apis"><span class="secno">7.4.4 </span>Element-level focus APIs</a></ol></li>
@@ -48598,7 +48598,7 @@
<p class="note">When an element is focused, the element matches the
CSS <code>:focus</code> pseudo-class.</p>
- </div><h4 id="sequential-focus-navigation"><span class="secno">7.4.1 </span>Sequential focus navigation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-tabindex" title="attr-tabindex"><code>tabindex</code></dfn>
+ </div><h4 id="sequential-focus-navigation-and-the-tabindex-attribute"><span class="secno">7.4.1 </span>Sequential focus navigation and the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> attribute</h4><p>The <dfn id="attr-tabindex" title="attr-tabindex"><code>tabindex</code></dfn>
content attribute specifies whether the element is focusable,
whether it can be reached using sequential focus navigation, and the
relative order of the element for the purposes of sequential focus
@@ -68505,6 +68505,7 @@
Greg Houston,
Greg Wilkins,
Gregg Tavares,
+ Gregory J. Rosmaita,
Grey,
Gytis Jakutonis,
Håkon Wium Lie,
@@ -68607,6 +68608,7 @@
Larry Page,
Lars Gunther<!-- Keryx Web -->,
Lars Solberg,
+ Laura Carlson,
Laura Granka,
Laura L. Carlson,
Laura Wisewell,
Received on Monday, 16 August 2010 21:56:17 UTC