Skip to content

Commit

Permalink
[e] (0) Mention <img lowsrc>
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341

git-svn-id: http://svn.whatwg.org/webapps@5476 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2010
1 parent 9eec208 commit a10381e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -87753,6 +87753,10 @@ <h3 id=non-conforming-features><span class=secno>15.2 </span>Non-conforming feat
<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>

<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),
instead of using two separate images.</dd>

<dt><dfn id=attr-link-target title=attr-link-target><code>target</code></dfn> on <code><a href=#the-link-element>link</a></code> elements</dt>
<dd><p>Unnecessary. Omit it altogether.</dd>

Expand Down Expand Up @@ -88599,6 +88603,8 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other
the element's <code title=attr-img-longdesc><a href=#attr-img-longdesc>longdesc</a></code> content
attribute.</p>

<!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlinputelement>HTMLInputElement</a> {
attribute DOMString <a href=#dom-input-align title=dom-input-align>align</a>;
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -83671,6 +83671,10 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
<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>

<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),
instead of using two separate images.</dd>

<dt><dfn id=attr-link-target title=attr-link-target><code>target</code></dfn> on <code><a href=#the-link-element>link</a></code> elements</dt>
<dd><p>Unnecessary. Omit it altogether.</dd>

Expand Down Expand Up @@ -84517,6 +84521,8 @@ interface <a href=#htmlimageelement>HTMLImageElement</a> {
the element's <code title=attr-img-longdesc><a href=#attr-img-longdesc>longdesc</a></code> content
attribute.</p>

<!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->

<hr><pre class=idl>[Supplemental]
interface <a href=#htmlinputelement>HTMLInputElement</a> {
attribute DOMString <a href=#dom-input-align title=dom-input-align>align</a>;
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -100170,6 +100170,10 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
<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>

<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),
instead of using two separate images.</p></dd>

<dt><dfn title="attr-link-target"><code>target</code></dfn> on <code>link</code> elements</dt>
<dd><p>Unnecessary. Omit it altogether.</p></dd>

Expand Down Expand Up @@ -101204,6 +101208,8 @@ interface <span>HTMLImageElement</span> {
the element's <code title="attr-img-longdesc">longdesc</code> content
attribute.</p>

<!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->

<hr>

<pre class="idl">[Supplemental]
Expand Down

0 comments on commit a10381e

Please sign in to comment.