<script> execution and load event dispatching

The specification says that the load event is dispatched and that the  
script is then executed. This does not match what Opera, Firefox, and  
Safari do. Testcase:

data:text/html,<script%20onload="alert('ONLOAD')"%20src="data:,alert('EXECUTE')"></script>


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Wednesday, 2 January 2008 09:42:42 UTC