Closed
Bug 971653
Opened 11 years ago
Closed 11 years ago
The top edge of containing box of <fieldset> with <legend> for absolute positioning is different from IE and Chrome
Categories
(Core :: Layout: Positioned, defect)
Core
Layout: Positioned
Tracking
()
RESOLVED
DUPLICATE
of bug 942341
People
(Reporter: masayuki, Unassigned)
References
Details
Attachments
(1 file)
129.74 KB,
image/png
|
Details |
This is similar to bug 942341, but I'm not sure this is really dup of it.
If <fieldset> element with <legend> element establishes containing box for absolute positioning, its top edge is bottom of <legend> on Gecko. However, on Chrome and IE, the top edge is same as the top edge of <legend>.
See the testcase:
http://jsfiddle.net/d_toybox/X2U8J/2/
And attached screenshot.
Reporter | ||
Comment 1•11 years ago
|
||
Although, I like the Gecko's behavior better. However, this difference makes web developers complain about us.
# <fieldset> with <legend> laid out like replaced element. So, I guess that there is no standard spec about this...
Comment 2•11 years ago
|
||
Sure looks like a dup to me.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•