Closed
Bug 2271
Opened 26 years ago
Closed 26 years ago
Various parsing problems
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
References
()
Details
Page does not display correctly.
Reporter | ||
Updated•26 years ago
|
Priority: P2 → P1
Reporter | ||
Comment 1•26 years ago
|
||
There are at least two parsing problems with this page:
1. The most serious is that some of the <script> </script> blocks cause large
blocks of text on the page to be skipped. If you remove them, the text
reappears.
2. The other problem is shown in this simple test case:
<html>
<body>
<b>
<font face="Helvetica, Arial,sans-serif" size="1">
<a href="http://www.cnn.com/ALLPOLITICS/index.html">
<font color="#000000">POLITICS</font>
</a>
</font>
</b>
</body>
</html>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 3•26 years ago
|
||
Point 1 seems fixed, but point 2 is still open for me (unless you have fixed it
since I pulled the build 10 hours ago). Here is the content tree I see for the
test case I included (notice the outer <Font> tag and <A> tag is closed when
the inner font tag is reached):
HTML refcount=6<
HEAD refcount=2<
>
BODY refcount=3<
Text refcount=3<\n>
B refcount=3<
Text refcount=3<\n>
FONT FACE=Helvetica, Arial,sans-serif SIZE=1 refcount=3<
Text refcount=3<\n\u00a0\n>
A HREF=http://www.cnn.com/ALLPOLITICS/index.html refcount=3<
Text refcount=3<\n>
>
>
FONT COLOR=#000000 refcount=3<
Text refcount=3<POLITICS>
>
Text refcount=3<\n\n\n>
>
Text refcount=3<\n\n>
>
>
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Yes, I think you pulled before I could check in my changes. My cable modem died
last night. Please repull and try again.
And thanks for all the wonderful bug reports. : )
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•