- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 05:00:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29764 Modified Files: Overview.html Log Message: Define <area> focusability. (whatwg r3887) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3049 retrieving revision 1.3050 diff -u -d -r1.3049 -r1.3050 --- Overview.html 18 Sep 2009 04:47:26 -0000 1.3049 +++ Overview.html 18 Sep 2009 05:00:12 -0000 1.3050 @@ -12537,7 +12537,7 @@ </div> - </div><!-- XXX i should add a usage summary here --><h3 id="grouping-content"><span class="secno">4.5 </span>Grouping content</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-p-element"><span class="secno">4.5.1 </span>The <dfn><code>p</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><dl class="element"><dt>Categories</dt> + </div><h3 id="grouping-content"><span class="secno">4.5 </span>Grouping content</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-p-element"><span class="secno">4.5.1 </span>The <dfn><code>p</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element may be used:</dt> @@ -50857,10 +50857,6 @@ <ul><li><code><a href="#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute</li> - <li class="XXX"><code><a href="#the-area-element">area</a></code> elements that have an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute</li> <!-- should - define the behavior in the face of multiple images and in the face - of no images --> - <li><code><a href="#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="#attr-link-href">href</a></code> attribute</li> <li><code><a href="#the-button-element">button</a></code> elements that are not <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> @@ -50880,7 +50876,13 @@ user to begin a drag operations for those elements without the use of a pointing device</li> - </ul><p>The <dfn id="dom-tabindex" title="dom-tabIndex"><code>tabIndex</code></dfn> IDL + </ul><p>In addition, each shape that is generated for an + <code><a href="#the-area-element">area</a></code> element should be <a href="#focusable">focusable</a>, unless + platform conventions dictate otherwise. (A single <code><a href="#the-area-element">area</a></code> + element can correspond to multiple shapes, since image maps can be + reused with multiple images on a page.)</p> + + <p>The <dfn id="dom-tabindex" title="dom-tabIndex"><code>tabIndex</code></dfn> IDL attribute must <a href="#reflect">reflect</a> the value of the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> content attribute. If the attribute is not present, or parsing its value returns an error, then the IDL attribute must return 0 for elements that are focusable
Received on Friday, 18 September 2009 05:00:25 UTC