4 /* background-color and color are overridden for checked options */
5 background-color: lightgreen;
7 /* properties other than background-color and color apply to checked options */
11 /* properties other than background-color and color apply normally */
12 text-decoration: underline;
15 <select multiple autofocus
>
17 <option selected
>bar
</option>