- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Jan 2012 18:07:07 -0500
- To: public-html-diffs@w3.org
hixie: Make sure <img> elements don't disappear while loading an image.
(whatwg r6917)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5514&r2=1.5515&f=h
http://html5.org/tools/web-apps-tracker?from=6916&to=6917
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5514
retrieving revision 1.5515
diff -u -d -r1.5514 -r1.5515
--- Overview.html 25 Jan 2012 22:50:55 -0000 1.5514
+++ Overview.html 25 Jan 2012 23:06:41 -0000 1.5515
@@ -19427,7 +19427,12 @@
</li>
- </ol><p>When an <code><a href="#the-img-element">img</a></code> element is in the <a href="#img-all" title="img-all">completely available</a> state <em>and</em> the
+ </ol><p>While a user agent is running the above algorithm for an element
+ <var title="">x</var>, there must be a strong reference from the
+ element's <code><a href="#document">Document</a></code> to the element <var title="">x</var>, even if that element is not <a href="#in-a-document" title="in a
+ Document">in</a> its <code><a href="#document">Document</a></code>.</p>
+
+ <p>When an <code><a href="#the-img-element">img</a></code> element is in the <a href="#img-all" title="img-all">completely available</a> state <em>and</em> the
user agent can decode the media data without errors, then the
<code><a href="#the-img-element">img</a></code> element is said to be <dfn id="img-good" title="img-good">fully
decodable</dfn>.</p>
Received on Wednesday, 25 January 2012 23:07:08 UTC