Closed
Bug 1205213
Opened 9 years ago
Closed 8 years ago
'label' attribute of <option> elements is not interpreted
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: sebo, Unassigned)
References
()
Details
The HTML standard says that the 'label' attribute of an <option> tag contains a user-visible label.[1]
Chrome, Opera and IE display the label for the option, Firefox not.
Sebastian
[1] https://html.spec.whatwg.org/multipage/forms.html#the-option-element
Comment 1•9 years ago
|
||
Confirmed. Works correctly in both IE and Chrome but not in FF. You can test it here: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_option_label
Mozilla Dev Wiki lists it as supported since v1.0:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
I tried a few older builds, including ancient 4.0 and it just wouldn't work any version that i have tried.
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to David H. from comment #1)
> Mozilla Dev Wiki lists it as supported since v1.0:
> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
I've added a compatibility note to that page referring to this bug. The note that was previously there was actually related to https://developer.mozilla.org/en-US/docs/Web/API/HTMLOptionElement.
Furthermore I've updated the URL field with an improved test case.
Sebastian
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•