3 <meta charset=
"iso-8859-1">
4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge">
8 .upper * { text-transform: uppercase; }
9 .capitalized * { text-transform: capitalize; }
10 .lower * { text-transform: lowercase; }
12 The text in the button, popup menu and list box should have the same case as in the
15 <select><option>heLLo
</option><option>woRLd
</option></select>
16 <select multiple=
"true"><option>heLLo
</option><option>woRLd
</option></select>
17 <span>heLLo woRLd
</span>
19 <div class=
"capitalized">
20 <select><option>heLLo
</option><option>woRLd
</option></select>
21 <select multiple=
"true"><option>heLLo
</option><option>woRLd
</option></select>
22 <span>heLLo woRLd
</span>
25 <select><option>heLLo
</option><option>woRLd
</option></select>
26 <select multiple=
"true"><option>heLLo
</option><option>woRLd
</option></select>
27 <span>heLLo woRLd
</span>
30 <select><option>ß
</option><option>ßß
</option></select>
31 <select multiple=
"true"><option>ß
</option><option>ßß
</option></select>
34 <div class=
"capitalized">
35 <select><option>ß
</option><option>ßß
</option></select>
36 <select multiple=
"true"><option>ß
</option><option>ßß
</option></select>
40 <select><option>ß
</option><option>ßß
</option></select>
41 <select multiple=
"true"><option>ß
</option><option>ßß
</option></select>