Closed
Bug 1094
Opened 26 years ago
Closed 26 years ago
FORM behaves like inline element
Categories
(Core :: Layout, defect, P2)
Tracking
()
M8
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>
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
QA Contact: 4144 → 4137
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...
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•