Closed
Bug 3325
Opened 26 years ago
Closed 26 years ago
LABEL attribute (for OPTION element) not working
Categories
(Core :: Layout, defect, P3)
Tracking
()
M7
People
(Reporter: cpratt, Assigned: pollmann)
Details
When a LABEL attribute is used with an OPTION element in a form, the text
specified as the label for the selection is ignored. Here's the sample HTML:
<form action="mailto:Kligor.T@gee.whiz.com">
<select>
<option label="Apple">Apfel
<option label="Pear">Birne
<option label="Quince">Quitte
</select>
</form>
I would expect the user agent / browser to display the English words, but
instead you just get the German translations.
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Updated•26 years ago
|
Target Milestone: M6
Updated•26 years ago
|
QA Contact: 4110 → 4137
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M6 → M7
Updated•26 years ago
|
Target Milestone: M7 → M8
Updated•26 years ago
|
Assignee: kmcclusk → pollmann
Status: ASSIGNED → NEW
Comment 1•26 years ago
|
||
Eric, I am reassigning all of the bugs dealing with form element content to you.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•