[html5] r5630 - [e] (0) suggest another alternative for longdesc Fixing http://www.w3.org/Bugs/P [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 14 02:55:51 PDT 2010
Author: ianh
Date: 2010-10-14 02:55:49 -0700 (Thu, 14 Oct 2010)
New Revision: 5630
Modified:
complete.html
index
source
Log:
[e] (0) suggest another alternative for longdesc
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11012
Modified: complete.html
===================================================================
--- complete.html 2010-10-14 09:36:14 UTC (rev 5629)
+++ complete.html 2010-10-14 09:55:49 UTC (rev 5630)
@@ -87822,7 +87822,10 @@
<dt><dfn id=attr-iframe-longdesc title=attr-iframe-longdesc><code>longdesc</code></dfn> on <code><a href=#the-iframe-element>iframe</a></code> elements</dt>
<dt><dfn id=attr-img-longdesc title=attr-img-longdesc><code>longdesc</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
- <dd><p>Use a regular <code><a href=#the-a-element>a</a></code> element to link to the description.</dd>
+ <dd><p>Use a regular <code><a href=#the-a-element>a</a></code> element to link to the
+ description, or (in the case of images) use an <a href=#image-map>image
+ map</a> to provide a link from the image to the image's
+ description.</dd>
<dt><dfn id=attr-img-lowsrc title=attr-img-lowsrc><code>lowsrc</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
<dd><p>Use a progressive JPEG image (given in the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute),
Modified: index
===================================================================
--- index 2010-10-14 09:36:14 UTC (rev 5629)
+++ index 2010-10-14 09:55:49 UTC (rev 5630)
@@ -83736,7 +83736,10 @@
<dt><dfn id=attr-iframe-longdesc title=attr-iframe-longdesc><code>longdesc</code></dfn> on <code><a href=#the-iframe-element>iframe</a></code> elements</dt>
<dt><dfn id=attr-img-longdesc title=attr-img-longdesc><code>longdesc</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
- <dd><p>Use a regular <code><a href=#the-a-element>a</a></code> element to link to the description.</dd>
+ <dd><p>Use a regular <code><a href=#the-a-element>a</a></code> element to link to the
+ description, or (in the case of images) use an <a href=#image-map>image
+ map</a> to provide a link from the image to the image's
+ description.</dd>
<dt><dfn id=attr-img-lowsrc title=attr-img-lowsrc><code>lowsrc</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
<dd><p>Use a progressive JPEG image (given in the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute),
Modified: source
===================================================================
--- source 2010-10-14 09:36:14 UTC (rev 5629)
+++ source 2010-10-14 09:55:49 UTC (rev 5630)
@@ -100282,7 +100282,10 @@
<dt><dfn title="attr-iframe-longdesc"><code>longdesc</code></dfn> on <code>iframe</code> elements</dt>
<dt><dfn title="attr-img-longdesc"><code>longdesc</code></dfn> on <code>img</code> elements</dt>
- <dd><p>Use a regular <code>a</code> element to link to the description.</p></dd>
+ <dd><p>Use a regular <code>a</code> element to link to the
+ description, or (in the case of images) use an <span>image
+ map</span> to provide a link from the image to the image's
+ description.</p></dd>
<dt><dfn title="attr-img-lowsrc"><code>lowsrc</code></dfn> on <code>img</code> elements</dt>
<dd><p>Use a progressive JPEG image (given in the <code title="attr-img-src">src</code> attribute),
More information about the Commit-Watchers
mailing list