- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Jun 2009 21:41:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27390 Modified Files: Overview.html Log Message: Make <datagrid> more resilient in the face of incomplete or disabled images. (bug 6833) (whatwg r3166) Index: Overview.html =================================================================== 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:41:21 UTC