<br><br><div><span class="gmail_quote">On 6/20/07, <b class="gmail_sendername">Jonas Sicking</b> <<a href="mailto:jonas@sicking.cc">jonas@sicking.cc</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Simon Pieters wrote:<br>> FWIW, <script src> has empty content model but still requires the end tag.<br><br>That is not true. The contents of a <script src> is interpreted as<br>script and executed if loading the resource pointed to by the
<br>src-attribute fails. In other words<br><br><script src="<a href="http://nonexistant.example.com/">http://nonexistant.example.com/</a>"><br>alert('hi');<br></script><br><br>should bring up an alert.
<br><br>/ Jonas<br></blockquote></div><br>That's not what section 3.17 currently says, and that's not the way Firefox behaves on my machine.  Is that noted anywhere?<br>-- <br>Jon Barnett