Closed
Bug 3189
Opened 26 years ago
Closed 26 years ago
NAV compatibility: <p> auto-closure at <form> and <hr>
Categories
(Core :: DOM: HTML Parser, enhancement, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: akkzilla, Assigned: harishd)
References
()
Details
lxr queries have a <center> tag in the form, but no </center> tag before the
form is ended. They look fine in 4.5 (which auto-closes the center tag) but in
gecko, everything stays centered, which I don't think was the intent.
Updated•26 years ago
|
Assignee: endico → pollmann
Comment 1•26 years ago
|
||
Centering actually comes from a <P ALIGN=CENTER> where the paragraph
tag is unclosed. Discussed this with Pollmann. This is a compatability
issue with layout.
Comment 2•26 years ago
|
||
Rick, this is not a bug but rather a few fun Nav parser quirks to emulate.
I just put up two minimal test cases at:
http://blueviper/bugs/autoclose.html
Basically, Nav autoclosed <P> tags at <FORM> and <HR> tags and gecko doesn't. I
tried gecko in Nav Quirks mode, but this had no effect, is Nav quirks mode still
supported?
Assignee: pollmann → rickg
Severity: normal → enhancement
Component: LXR → Parser
OS: Linux → All
Priority: P2 → P3
Product: Webtools → NGLayout
Summary: <center> tag not closed at end of form → NAV compatibility: <p> auto-closure at <form> and <hr>
*** Bug 3188 has been marked as a duplicate of this bug. ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Verified on Mar 02 build. Works fine. Marking the bug fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
marking bug verified based on developer input
You need to log in
before you can comment on or make changes to this bug.
Description
•