Closed
Bug 502984
Opened 16 years ago
Closed 15 years ago
[HTML5] CDATA escapes need to close after --\s*!>
Categories
(Core :: DOM: HTML Parser, defect, P1)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
DUPLICATE
of bug 503632
People
(Reporter: fullmetaljacket.xp+bugmail, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
134 bytes,
text/html
|
Details |
http://www.erc.gov.ph/
the url above does not load (empty white page) when html5 parser is turned on.
Comment 1•16 years ago
|
||
Fishy comments in the script
From the source code of that page:
<script language="JavaScript">
<!-- hide script from old browsers
// Script to create a drop-down menu effect using layers.
//(c)Copyright Daren Craddock 2002
//You may use this code in any application, no limits,
//provided that you acknowledge Daren Craddock as the originator.
// big() makes selected layer longer (height property)
removing the first line allows the page to load.
Comment 2•16 years ago
|
||
The problem is -- !>. Need to escalate this as a spec issue.
Comment 3•16 years ago
|
||
Already landed. Not blocking the landing.
No longer blocks: html5-parsing-land
Summary: [HTML5] website does not load when html5 parser is enabled → [HTML5] CDATA escapes need to close after --!\s*>
Comment 4•16 years ago
|
||
Summary: [HTML5] CDATA escapes need to close after --!\s*> → [HTML5] CDATA escapes need to close after --\s*!>
Reporter | ||
Updated•16 years ago
|
OS: Windows 7 → All
Hardware: x86 → All
Reporter | ||
Updated•16 years ago
|
Blocks: html5-parsing
Reporter | ||
Comment 6•16 years ago
|
||
Comment 7•15 years ago
|
||
Note for anyone searching for duplicates:
If you've seen this in the wild elsewhere, please note the URL here.
Comment 8•15 years ago
|
||
Comment on attachment 389404 [details]
testcase
The test case tests comments rather than CDATA escapes.
Attachment #389404 -
Attachment is obsolete: true
Comment 9•15 years ago
|
||
Updated•15 years ago
|
Priority: -- → P1
Comment 10•15 years ago
|
||
Fixed by the fix for bug 503632 even though not strictly a dupe.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 11•15 years ago
|
||
verified fixed by bug 503632 using testcase posted
You need to log in
before you can comment on or make changes to this bug.
Description
•