Closed
Bug 3590
Opened 26 years ago
Closed 26 years ago
Bottom-aligned LEGEND tag aligns to top instead
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WONTFIX
M9
People
(Reporter: cpratt, Assigned: eric)
References
()
Details
The following HTML should create a fieldset with a label on the bottom of the
frame; however, the label is created on the top of the frame instead.
<fieldset>
<legend align="bottom">Teas of India</legend>
<input name="toi" type="checkbox" value="Assam"> Assam
<input name="toi" type="checkbox" value="Darjeeling"> Darjeeling
<input name="toi" type="checkbox" value="Dooars"> Dooars
<input name="toi" type="checkbox" value="Nilgiri"> Nilgiri
</fieldset>
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M7
Comment 1•26 years ago
|
||
Moving to M7. The checkbox labels are also not showing up.
Comment 2•26 years ago
|
||
Moving to M9.
Updated•26 years ago
|
Assignee: karnaze → evaughan
Status: ASSIGNED → NEW
Comment 3•26 years ago
|
||
Reassigning to Eric.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 4•26 years ago
|
||
The spec for legends is top, bottom, left, right. But this really doesn't make
sense. The comments in the original code say we are following IE's lead and
using just left, center, and right. To put the legend at the left center or top
of the top border. If I'm wrong please correct me on this.
-E
As far as I'm concerned, it's fine if we don't fix this. Even so, I had thought
- and this is only my interpretation of the spec - that top would put the label
at a top-center position, and bottom would put it at bottom-center. I'm leaving
this one alone for petersen to verify - perhaps he could ask beppe what she
thinks the spec seems to say?
You need to log in
before you can comment on or make changes to this bug.
Description
•