Closed Bug 34417 Opened 24 years ago Closed 24 years ago

<SCRIPT> contents are not properly parsed

Categories

(Core :: DOM: HTML Parser, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: ulf.axelsson, Assigned: rickg)

References

()

Details

(Version is M14!)

- Open one of the newsitems on this page

- Look near the bottom of the page to the right of the links to
  other newsitems.

Part of a <script> </script> tag are visible.

Apparently the parser terminates the <script> tag with a </script> tag
that is part of the text being written to the document within the script.

It is rather odd JS-code but I think the parser should be able to handle
it.
It's actually the correct behavior according to the HTML spec.  The first
occurrence of </ ends a script element, and it should thus be escaped within JS
strings as <\/ .

There are other bugs on this, most of which have been marked wontfix, but one of
which was marked fixed (partially).
This seems to have been fixed along with the other </script> bug; at least
there's no stray script code showing up on the page anymore on build
2000.04.16.06.  Marking WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Works for me:
Platform: PC
OS: Windows 98
Mozilla Build: 2000101014 M18 Trunk Build

Marking as Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.