- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 09:56:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv604 Modified Files: Overview.html Log Message: suggest another alternative for longdesc (whatwg r5630) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4505 retrieving revision 1.4506 diff -u -d -r1.4505 -r1.4506 --- Overview.html 14 Oct 2010 09:36:22 -0000 1.4505 +++ Overview.html 14 Oct 2010 09:55:56 -0000 1.4506 @@ -63893,7 +63893,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),
Received on Thursday, 14 October 2010 09:56:02 UTC