[html5] r5476 - [e] (0) Mention <img lowsrc> Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?i [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 23 18:17:29 PDT 2010


Author: ianh
Date: 2010-09-23 18:17:28 -0700 (Thu, 23 Sep 2010)
New Revision: 5476

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention <img lowsrc>
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341

Modified: complete.html
===================================================================
--- complete.html	2010-09-24 00:58:23 UTC (rev 5475)
+++ complete.html	2010-09-24 01:17:28 UTC (rev 5476)
@@ -87753,6 +87753,10 @@
    <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>
 
@@ -88599,6 +88603,8 @@
   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>;

Modified: index
===================================================================
--- index	2010-09-24 00:58:23 UTC (rev 5475)
+++ index	2010-09-24 01:17:28 UTC (rev 5476)
@@ -83671,6 +83671,10 @@
    <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>
 
@@ -84517,6 +84521,8 @@
   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>;

Modified: source
===================================================================
--- source	2010-09-24 00:58:23 UTC (rev 5475)
+++ source	2010-09-24 01:17:28 UTC (rev 5476)
@@ -100170,6 +100170,10 @@
    <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>
 
@@ -101204,6 +101208,8 @@
   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]




More information about the Commit-Watchers mailing list