Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel=match href="select-optgroup-legend-label-ref.html">
<meta name=assert content="An optgroup's label comes from its first child legend element when present">
<select size="4">
<optgroup label="Animals">
<legend>Foobar</legend>
<option>Lion</option>
</optgroup>
</select>