Closed
Bug 2081
Opened 26 years ago
Closed 26 years ago
P tags not handled properly
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: troy, Assigned: rickg)
References
()
Details
Here's some simple HTML that demonstrates the problem:
<html>
<body>
<P style="display:none">(This page uses CSS style sheets)
<P>Some text that should be displayed
</body>
The first P tag isn't closed and the second P tag should close it but it
doesn't and the second P tag is nested inside the first P tag. That causes
both paragraphs to be hidden
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 4110
Comment 1•26 years ago
|
||
Chris please verify using the supplied sample code
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Using the 2/11 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•