[whatwg] script element onerror event

Mike Wilson mikewse at hotmail.com
Sun May 29 11:51:33 PDT 2011


John J. Barton wrote:

Step 14 is unclear or incomplete however:
" If the src
<http://www.whatwg.org/specs/web-apps/current-work/#attr-script-src>
attribute's value is the empty string or if it could not be resolved,..."

Does this mean the error handler will be called in the case of 4XX, 5XX, and
syntax errors?

If you follow the algorithm a bit further down you have this in step 15.2:

If the load resulted in an error (for example a DNS error, or an HTTP 404
error)
Executing the script block must just consist of firing a simple event named
error at the element.

Best regards
Mike



More information about the whatwg mailing list