Bug 40545 Comment 69 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Doesn't `option`'s definition for the `label` attribute supercede the generic one for form elements?
> The label attribute provides a label for element. The label of an option element is the value of the label content attribute, if there is one and its value is not the empty string, or, otherwise, the value of the element's text IDL attribute.
Doesn't `option`'s definition for the `label` attribute supercede the generic one for form elements, in this case?
> The label attribute provides a label for element. The label of an option element is the value of the label content attribute, if there is one and its value is not the empty string, or, otherwise, the value of the element's text IDL attribute.

Back to Bug 40545 Comment 69