2Dapi; hixie: Revamp how <img> loading works. (whatwg r5639)

2Dapi; hixie: Revamp how <img> loading works. (whatwg r5639)

http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.82&r2=1.83&f=h
http://html5.org/tools/web-apps-tracker?from=5638&to=5639

===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Overview.html 18 Oct 2010 05:58:05 -0000 1.82
+++ Overview.html 19 Oct 2010 00:09:50 -0000 1.83
@@ -321,7 +321,7 @@
 
    <h1>HTML Canvas 2D Context</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-18-october-2010">Editor's Draft 18 October 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-19-october-2010">Editor's Draft 19 October 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/2dcontext/">http://www.w3.org/TR/2dcontext/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -425,7 +425,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 18 October 2010 Editor's Draft.
+  This specification is the 19 October 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All
@@ -1262,11 +1262,9 @@
   exception.</p> <!-- drawImage() has an equivalent paragraph -->
 
   <p>If the <var title="">image</var> argument is an
-  <code>HTMLImageElement</code> object whose <code title="dom-img-complete">complete</code> attribute is false or whose
-  <code title="attr-img-src">src</code> attribute is omitted or empty,
-  or if the <var title="">image</var> argument is an
-  <code>HTMLVideoElement</code> object whose <code title="dom-media-readyState">readyState</code> attribute is either
-  <code title="dom-media-HAVE_NOTHING">HAVE_NOTHING</code> or <code title="dom-media-HAVE_METADATA">HAVE_METADATA</code>, then the
+  <code>HTMLImageElement</code> object that is not <span title="img-good">fully decodable</span>, or if the <var title="">image</var> argument is an <code>HTMLVideoElement</code>
+  object whose <code title="dom-media-readyState">readyState</code>
+  attribute is either <code title="dom-media-HAVE_NOTHING">HAVE_NOTHING</code> or <code title="dom-media-HAVE_METADATA">HAVE_METADATA</code>, then the
   implementation must return null.</p> <!-- drawImage() has an
   equivalent paragraph -->
 
@@ -2674,11 +2672,9 @@
   exception.</p> <!-- createPattern() has an equivalent paragraph -->
 
   <p>If the <var title="">image</var> argument is an
-  <code>HTMLImageElement</code> object whose <code title="dom-img-complete">complete</code> attribute is false or whose
-  <code title="attr-img-src">src</code> attribute is omitted or empty,
-  or if the <var title="">image</var> argument is an
-  <code>HTMLVideoElement</code> object whose <code title="dom-media-readyState">readyState</code> attribute is either
-  <code title="dom-media-HAVE_NOTHING">HAVE_NOTHING</code> or <code title="dom-media-HAVE_METADATA">HAVE_METADATA</code>, then the
+  <code>HTMLImageElement</code> object that is not <span title="img-good">fully decodable</span>, or if the <var title="">image</var> argument is an <code>HTMLVideoElement</code>
+  object whose <code title="dom-media-readyState">readyState</code>
+  attribute is either <code title="dom-media-HAVE_NOTHING">HAVE_NOTHING</code> or <code title="dom-media-HAVE_METADATA">HAVE_METADATA</code>, then the
   implementation must return without drawing anything.</p> <!--
   createPattern() has an equivalent paragraph -->

Received on Tuesday, 19 October 2010 00:10:46 UTC