Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/the-option-element/option-label-whitespace.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="option-label-whitespace-ref.html">
<select multiple>
<option>no label attribute</option>
<option label="">empty label attribute</option>
<option label=" ">whitespace label attribute</option>
</select>
<br>
<select>
<option label="">empty label attribute</option>
</select>
<br>
<select>
<option label=" ">whitespace label attribute</option>
</select>