Closed
Bug 94269
Opened 24 years ago
Closed 23 years ago
Unclosed <p> before <form> results in wrong document tree
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: hsivonen, Assigned: harishd)
References
()
Details
(Keywords: testcase, Whiteboard: [fix in hand])
Attachments
(4 files)
|
380 bytes,
text/html
|
Details | |
|
13.16 KB,
image/jpeg
|
Details | |
|
11.77 KB,
image/jpeg
|
Details | |
|
862 bytes,
patch
|
hjtoi-bugzilla
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Build ID: 2001080105 FizzillaCFM (trunk)
Reproducible: Always.
Steps to reproduce:
1) Load the attached test case.
Actual results:
The <form> element is considered to be inside the unclosed <p> and is closed
prematurely when the next <p> occurs.
Expected results:
Since <form> is a block-level element, expected it to close <p> implicitly.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
| Reporter | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Dupe of 91927? But that's only for strict mode...
Setting to m0.9.5
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.5
Out of time :-( Moving to 0.9.7
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Updated•23 years ago
|
Comment 10•23 years ago
|
||
Comment on attachment 57838 [details] [diff] [review]
patch v1.1 [ P should not contain FORM ]
sr=jst
Attachment #57838 -
Flags: superreview+
Comment on attachment 57838 [details] [diff] [review]
patch v1.1 [ P should not contain FORM ]
r=heikki
Attachment #57838 -
Flags: review+
Comment 12•23 years ago
|
||
*** Bug 108574 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 13•23 years ago
|
||
FIXED.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•