- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Sep 2010 01:17:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11873
Modified Files:
Overview.html
Log Message:
Mention <img lowsrc> (whatwg r5476)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4367
retrieving revision 1.4368
diff -u -d -r1.4367 -r1.4368
--- Overview.html 24 Sep 2010 00:58:27 -0000 1.4367
+++ Overview.html 24 Sep 2010 01:17:34 -0000 1.4368
@@ -63829,6 +63829,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>
@@ -64675,6 +64679,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>;
Received on Friday, 24 September 2010 01:17:39 UTC