html5/spec Overview.html,1.5514,1.5515

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16123

Modified Files:
	Overview.html 
Log Message:
Make sure <img> elements don't disappear while loading an image. (whatwg r6917)

Index: Overview.html
===================================================================
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:06:54 UTC