Source code
Revision control
Copy as Markdown
Other Tools
<!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>