[Webkit-unassigned] [Bug 41898] New: HTMLImageElement's "complete" attribute should be false for empty images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 13:41:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41898

           Summary: HTMLImageElement's "complete" attribute should be
                    false for empty images
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: HTML5
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


Quoth HTML5:
"The IDL attribute complete must return true if the user agent has fetched the image specified in the src attribute, and it is in a supported image type (i.e. it was decoded without fatal errors), even if the final task queued by the networking task source for the fetching of the image resource has not yet been processed. Otherwise, the attribute must return false."

This change will fix one in-tree layout test:
- canvas/philip/tests/2d.pattern.image.incomplete.html

Spec link:
http://www.whatwg.org/specs/web-apps/current-work/#dom-img-complete

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list