spec/Overview.html 1.1123 1932 Define <area alt> authoring conformance

Define <area alt> authoring conformance criteria. (whatwg r1932)

HTMLAreaElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1123.html#htmlareaelement
alt
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1123.html#alt1

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1122&r2=1.1123&f=h
http://html5.org/tools/web-apps-tracker?from=1931&to=1932

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1122
retrieving revision 1.1123
diff -u -d -r1.1122 -r1.1123
--- Overview.html 24 Jul 2008 08:12:51 -0000 1.1122
+++ Overview.html 24 Jul 2008 08:53:07 -0000 1.1123
@@ -22874,15 +22874,25 @@
   <p>If the <code><a href="#area">area</a></code> element has an <code
    title=attr-hyperlink-href><a href="#href6">href</a></code> attribute, then
    the <code><a href="#area">area</a></code> element represents a <a
-   href="#hyperlinks">hyperlink</a>; the <dfn id=alt1
-   title=attr-area-alt><code>alt</code></dfn> attribute, which must then be
-   present, specifies the text.
+   href="#hyperlinks">hyperlink</a>. In this case, the <dfn id=alt1
+   title=attr-area-alt><code>alt</code></dfn> attribute must be present. It
+   specifies the text of the hyperlink. Its value must be text that, when
+   presented with the texts specified for the other hyperlinks of the <a
+   href="#image2">image map</a>, and with the alternative text of the image,
+   but without the image itself, provides the user with the same kind of
+   choice as the hyperlink would when used without its text but with its
+   shape applied to the image. The <code title=attr-area-alt><a
+   href="#alt1">alt</a></code> attribute may be left blank if there is
+   another <code>area<code> element in the same <a href="#image2">image
+   map</a> that points to the same resource and has a non-blank <code
+   title=attr-area-alt><a href="#alt1">alt</a></code>
+   attribute.</code></code>
 
-  <p>However, if the <code><a href="#area">area</a></code> element has no
-   <code title=attr-hyperlink-href><a href="#href6">href</a></code>
-   attribute, then the area represented by the element cannot be selected,
-   and the <code title=attr-area-alt><a href="#alt1">alt</a></code> attribute
-   must be omitted.
+  <p>If the <code><a href="#area">area</a></code> element has no <code
+   title=attr-hyperlink-href><a href="#href6">href</a></code> attribute, then
+   the area represented by the element cannot be selected, and the <code
+   title=attr-area-alt><a href="#alt1">alt</a></code> attribute must be
+   omitted.
 
   <p>In both cases, the <code title=attr-area-shape><a
    href="#shape">shape</a></code> and <code title=attr-area-coords><a

Received on Thursday, 24 July 2008 08:56:52 UTC