Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) suggest another alternative for longdesc
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11012

git-svn-id: http://svn.whatwg.org/webapps@5630 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 14, 2010
1 parent 4972096 commit 0a246ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -87822,7 +87822,10 @@ <h3 id=non-conforming-features><span class=secno>15.2 </span>Non-conforming feat

<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),
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -83736,7 +83736,10 @@ time[datetime] { binding: <i title="">time</i>; }</pre>

<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),
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -100282,7 +100282,10 @@ time[datetime] { binding: <i title="">time</i>; }</pre>

<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),
Expand Down

0 comments on commit 0a246ce

Please sign in to comment.