Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-select-element/select-option-label-rendering.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="select-option-label-rendering-ref.html">
<link rel=assert title="option elements should not render their label attributes when used in select.">
<select>
<option label=label>textcontent</option>
</select>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>