Closed
Bug 454741
Opened 16 years ago
Closed 16 years ago
STYLE attribute at FORM continues after </FORM>
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: jori.mantysalo, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8)
Build Identifier: http://download.mozilla.org/?product=firefox-3.0.1&os=linux&lang=fi
Page source is like this:
<P>Point 1.
<FORM ... STYLE="border: solid red 2px; padding: 0.3em;">
<P>Point 2 <INPUT ...>
</FORM>
<P>Point 3.
but border continues from <FORM> to end of page, i.e. it does not stop at </FORM>.
Reproducible: Always
Actual Results:
Wrong layout.
Expected Results:
Right layout...
Workaround is to add </P>. However, my test page is valid (tested at htmlhelp.com), so </P> should not make any difference.
Reporter | ||
Updated•16 years ago
|
Version: unspecified → 3.0 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•