[html5] r3166 - [] (0) Make <datagrid> more resilient in the face of incomplete or disabled imag [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 1 14:41:09 PDT 2009
Author: ianh
Date: 2009-06-01 14:41:07 -0700 (Mon, 01 Jun 2009)
New Revision: 3166
Modified:
index
source
Log:
[] (0) Make <datagrid> more resilient in the face of incomplete or disabled images. (bug 6833)
Modified: index
===================================================================
--- index 2009-06-01 21:37:44 UTC (rev 3165)
+++ index 2009-06-01 21:41:07 UTC (rev 3166)
@@ -37261,9 +37261,8 @@
</li>
<li><p>If the <var title="">icon</var> argument is present and not
- null, and the given <code><a href=#the-img-element>img</a></code> element's <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> attribute is false, then
- throw an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception and abort these
- steps.</li>
+ null, but the given <code><a href=#the-img-element>img</a></code> element's <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> attribute is false, then
+ let <var title="">icon</var> be null.</li>
<li><p>If the <var title="">icon</var> argument is present and not
null, then copy the image data from that <code><a href=#the-img-element>img</a></code> element,
Modified: source
===================================================================
--- source 2009-06-01 21:37:44 UTC (rev 3165)
+++ source 2009-06-01 21:41:07 UTC (rev 3166)
@@ -41913,10 +41913,9 @@
</li>
<li><p>If the <var title="">icon</var> argument is present and not
- null, and the given <code>img</code> element's <code
+ null, but the given <code>img</code> element's <code
title="dom-img-complete">complete</code> attribute is false, then
- throw an <code>INVALID_STATE_ERR</code> exception and abort these
- steps.</p></li>
+ let <var title="">icon</var> be null.</p></li>
<li><p>If the <var title="">icon</var> argument is present and not
null, then copy the image data from that <code>img</code> element,
More information about the Commit-Watchers
mailing list