html5/spec acknowledgements.html,1.1022,1.1023 embedded-content-1.html,1.12,1.13 spec.html,1.1129,1.1130

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

Modified Files:
	acknowledgements.html embedded-content-1.html spec.html 
Log Message:
img.complete should be true if src=''. (whatwg r5276)

[updated by splitter]


Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-1.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- embedded-content-1.html	10 Aug 2010 21:16:52 -0000	1.12
+++ embedded-content-1.html	10 Aug 2010 23:26:54 -0000	1.13
@@ -658,7 +658,8 @@
    <dd>
 
     <p>Returns true if the image has been downloaded, decoded, and
-    found to be valid; otherwise, returns false.</p>
+    found to be valid, or if no image is specified; otherwise, returns
+    false.</p>
 
    </dd>
 
@@ -691,11 +692,14 @@
   else 0. <a href="references.html#refsCSS">[CSS]</a></p>
 
   <p>The IDL attribute <dfn id="dom-img-complete" title="dom-img-complete"><code>complete</code></dfn> must return
-  true if the user agent has fetched the image specified in the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute, and it is in a supported
-  image type (i.e. it was decoded without fatal errors), even if the
-  final <a href="webappapis.html#concept-task" title="concept-task">task</a> queued by the
-  <a href="webappapis.html#networking-task-source">networking task source</a> for the <a href="fetching-resources.html#fetch" title="fetch">fetching</a> of the image resource has not yet been
-  processed. Otherwise, the attribute must return false.</p>
+  true if the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute's value
+  is the empty string or if the user agent has fetched the image
+  specified in the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute,
+  and it is in a supported image type (i.e. it was decoded without
+  fatal errors), even if the final <a href="webappapis.html#concept-task" title="concept-task">task</a> queued by the <a href="webappapis.html#networking-task-source">networking task
+  source</a> for the <a href="fetching-resources.html#fetch" title="fetch">fetching</a> of the
+  image resource has not yet been processed. Otherwise, the attribute
+  must return false.</p>
 
   <p class="note">The value of <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code> can thus change while a
   <a href="webappapis.html#concept-script" title="concept-script">script</a> is executing.</p>

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1022
retrieving revision 1.1023
diff -u -d -r1.1022 -r1.1023
--- acknowledgements.html	10 Aug 2010 21:16:51 -0000	1.1022
+++ acknowledgements.html	10 Aug 2010 23:26:54 -0000	1.1023
@@ -350,6 +350,7 @@
   Amos Jeffries,
   Anders Carlsson,
   Andreas<!-- mqmq87 -->,
+  Andreas Kling,
   Andrei Popescu,
   Andr&#233; E. Veltstra,
   Andrew Clover,

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1129
retrieving revision 1.1130
diff -u -d -r1.1129 -r1.1130
--- spec.html	10 Aug 2010 22:26:47 -0000	1.1129
+++ spec.html	10 Aug 2010 23:26:54 -0000	1.1130
@@ -336,7 +336,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4204.
+This is revision 1.4205.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 10 August 2010 23:26:57 UTC