Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="select-multiple-base-appearance-ref.html">
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>
<select multiple>
<option>one</option>
</select>
<select multiple size=2>
<option>one</option>
<option>two</option>
<option>three</option>
<option>four</option>
</select>