- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 06:42:40 +0900 (JST)
- To: public-html-diffs@w3.org
Make <datagrid> more resilient in the face of incomplete or disabled images. (bug 6833) (whatwg r3166) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6833 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2320.html#dom-datagrid-addcolumn http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2319&r2=1.2320&f=h http://html5.org/tools/web-apps-tracker?from=3165&to=3166 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2319 retrieving revision 1.2320 diff -u -d -r1.2319 -r1.2320 --- Overview.html 1 Jun 2009 21:37:49 -0000 1.2319 +++ Overview.html 1 Jun 2009 21:41:12 -0000 1.2320 @@ -33055,9 +33055,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,
Received on Monday, 1 June 2009 21:43:13 UTC