Closed
Bug 693
Opened 27 years ago
Closed 26 years ago
We're parsing comments strangely inside a script tag
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: rickg)
References
()
Details
Load this URL in Raptor and you'll see a JS error on the command line saying
that it doesn't understand "<<!--" on line 8. However, if you view source in
Nav4, you'll see that line 8 has only one "<" -- it is: "<!--". This is a common
first line in scripts used to hide JS from old, non-JS browsers.
When the window *does* open, it's the wrong size I think, but that's a different
bug altogether for joki.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
the parser seems to work properly now.
no JS error appears.
verified fixed with the 11/30 build on NT/win98.
You need to log in
before you can comment on or make changes to this bug.
Description
•