| <meta charset="windows-1252"> |
| .upper * { text-transform: uppercase; } |
| .capitalized * { text-transform: capitalize; } |
| .lower * { text-transform: lowercase; } |
| The text in the button, popup menu and list box should have the same case as in the |
| <select><option>heLLo</option><option>woRLd</option></select> |
| <select multiple="true"><option>heLLo</option><option>woRLd</option></select> |
| <div class="capitalized"> |
| <select><option>heLLo</option><option>woRLd</option></select> |
| <select multiple="true"><option>heLLo</option><option>woRLd</option></select> |
| <select><option>heLLo</option><option>woRLd</option></select> |
| <select multiple="true"><option>heLLo</option><option>woRLd</option></select> |
| <select><option>ß</option><option>ßß</option></select> |
| <select multiple="true"><option>ß</option><option>ßß</option></select> |
| <div class="capitalized"> |
| <select><option>ß</option><option>ßß</option></select> |
| <select multiple="true"><option>ß</option><option>ßß</option></select> |
| <select><option>ß</option><option>ßß</option></select> |
| <select multiple="true"><option>ß</option><option>ßß</option></select> |