Short URL: http://html5.org/r/3887
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3887 | Define <area> focusability. | 2009-09-18 05:06 |
Index: source
===================================================================
--- source (revision 3886)
+++ source (revision 3887)
@@ -15061,10 +15061,7 @@
</div>
- <!-- XXX i should add a usage summary here -->
-
-
<h3>Grouping content</h3>
<h4>The <dfn><code>p</code></dfn> element</h4>
@@ -65912,11 +65909,6 @@
<li><code>a</code> elements that have an <code
title="attr-hyperlink-href">href</code> attribute</li>
- <li class="XXX"><code>area</code> elements that have an <code
- title="attr-hyperlink-href">href</code> attribute</li> <!-- should
- define the behavior in the face of multiple images and in the face
- of no images -->
-
<li><code>link</code> elements that have an <code
title="attr-link-href">href</code> attribute</li>
@@ -65944,6 +65936,12 @@
</ul>
+ <p>In addition, each shape that is generated for an
+ <code>area</code> element should be <span>focusable</span>, unless
+ platform conventions dictate otherwise. (A single <code>area</code>
+ element can correspond to multiple shapes, since image maps can be
+ reused with multiple images on a page.)</p>
+
<p>The <dfn title="dom-tabIndex"><code>tabIndex</code></dfn> IDL
attribute must <span>reflect</span> the value of the <code
title="attr-tabindex">tabindex</code> content attribute. If the