blob: 152bfdcb6ab52a3c3db52f69e0f58a6e3181911d [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>OPTION's label attribute in SELECT - Prefers label over element text</title>
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#the-select-element-2">
<link rel="match" href="option-label-ref.html">
<meta name="assert" content="An option element is expected to be rendered by displaying the element's label.">
<select>
<option label="Label Text">Element Text</option>
</select>
<br/>
<select size="4">
<option label="Label Text">Element Text</option>
</select>