[Bug 14175] onerror: Defer firing the onerror from compiling an event handler until it's used

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14175

--- Comment #8 from Alexey Proskuryakov <ap@webkit.org> 2011-10-27 04:19:30 UTC ---
Safari (or really, WebCore JavaScriptCore bindings) parses such inline scripts
when they are first needed. They can be re-parsed if the attribute moves to
another node. Also, they are re-parsed each time if parsing failed - failure
isn't currently cached.

So, sounds pretty much like Chrome.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 27 October 2011 04:19:35 UTC