Closed Bug 1094 Opened 26 years ago Closed 26 years ago

FORM behaves like inline element

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 2082

People

(Reporter: troy, Assigned: rickg)

References

Details

See the HTML below for an example. The problem is that FORM is behaving like an inline element rather than a block-level element like the HTML 4 specs indicates (both IE and Navigator handle this correctly). This may be a problem in the form code, I don't know. <body> <div style="border:2px blue solid"> This test is to see whether the following form is treated as block-level. <form> <input type="button" value="button"> </form> </div> </body>
Status: NEW → ASSIGNED
Is this more than a one liner in the ua.css, or what?
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4144 → 4137
Assignee: kipp → rickg
Status: ASSIGNED → NEW
In order to fix this, I need some parser help. We need the contents of the document that are inside the form to end up inside the form content object. Once we have that, its easy to change the style sheet...Rick: this is a change of stance from prior discussions; we might need to chat about it; Its certain that it will take a few rounds to debug out...
*** Bug 2934 has been marked as a duplicate of this bug. ***
*** Bug 3046 has been marked as a duplicate of this bug. ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 2082 ***
QA Contact: cpratt → beppe
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.