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)

x86
All
enhancement

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.
Assignee: endico → pollmann
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.
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>
Assignee: rickg → harishd
Assinging to myself and adding rickg ro the CC list
*** 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.
Status: RESOLVED → VERIFIED
marking bug verified based on developer input
You need to log in before you can comment on or make changes to this bug.