[Webkit-unassigned] [Bug 56436] New: Dynamically created <style> element does not fire load event as per HTML5 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 17:48:02 PDT 2011


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

           Summary: Dynamically created <style> element does not fire load
                    event as per HTML5 spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scottwkyle at apple.com


Below is taken from the spec (http://dev.w3.org/html5/spec/Overview.html#the-style-element):

"Once the attempts to obtain the style sheet's critical subresources, if any, are complete, or, if the style sheet has no critical subresources, once the style sheet has been parsed and processed, the user agent must, if the loads were successful or there were none, queue a task to fire a simple event named load at the style element, or, if one of the style sheet's critical subresources failed to completely load for any reason (e.g. DNS error, HTTP 404 response, a connection being prematurely closed, unsupported Content-Type), queue a task to fire a simple event named error at the style element. Non-network errors in processing the style sheet or its subresources (e.g. CSS parse errors, PNG decoding errors) are not failures for the purposes of this paragraph."

-- 
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