Closed Bug 439896 Opened 16 years ago Closed 16 years ago

when a script tag closes itself, firefox3 doesn't execute the script anymore

Categories

(Firefox :: General, defect)

3.0 Branch
x86
Windows Vista
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 327796

People

(Reporter: soudan, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 When including an external javascript one should use the <script> tag. A tag without any inline content can be closed by itself <script /> instead of using the closing tag <script></script> When using external scripts, it is common to make the script tag self-closing. Since the new release of firefox3, external scripts with a self-closing script tag are loaded, nut not executed. Think this is a major backwards compatibility issue for lots of websites... Reproducible: Always Steps to Reproduce: 1.include an external script tag in the page 2.make the script tag close itsels (<script />) 3. Actual Results: Script is loaded, but not executed. Expected Results: script should be executed
Version: unspecified → 3.0 Branch
Probably duplicate of bug 327796
I agreee that it must be a dupe of bug 327796 Please attach always a testcase or URL if you report something like this.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.