Closed Bug 2081 Opened 26 years ago Closed 26 years ago

P tags not handled properly

Categories

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

x86
Windows NT
defect

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
QA Contact: 4110
Chris please verify using the supplied sample code
Status: RESOLVED → VERIFIED
Using the 2/11 build, verified fixed.
You need to log in before you can comment on or make changes to this bug.