[whatwg] Default value of "complete" attribute on new Image objects

On 7/9/10 3:23 AM, Diego Perini wrote:
> On FF after setting src="" the "complete" property return true while on
> Opera it return false.

We special-case src="" and don't do any loading; iirc the spec calls for 
that at this point.

> On FF after setting src="/nonexisting.gif" the "complete" property
> remains true

Were you testing this from a file:// URI or something?  That shouldn't 
happen over http.

-Boris

Received on Friday, 9 July 2010 08:46:57 UTC