[Bug 16231] Why do I have to end the script tag when loading a script from an external resource? I have to do: <script src="foo.js"></script> I think it should be enough to do: <script src="foo.js" />

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16231

Nicholas Stimpson <nicholas.stimpson@ntlworld.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicholas.stimpson@ntlworld.
                   |                            |com

--- Comment #2 from Nicholas Stimpson <nicholas.stimpson@ntlworld.com> 2012-03-06 21:58:05 UTC ---
(In reply to comment #1)
What about in foreign content? The spec says <script/> closes the element but
doesn't run the script. Chrome does that, but Firefox closes the element and
runs the script.

-- 
Configure bugmail: https://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 Tuesday, 6 March 2012 21:58:09 UTC