The style declarations which apply to the text below are:

.ttn {text-transform: none;}
.cap {text-transform: capitalize;}
.upp {text-transform: uppercase;}
.low {text-transform: lowercase;}


This page tests the 'text-transform' property of CSS1. This paragraph has no text transformation and should appear normal.

This paragraph is capitalized and the first letter in each word should therefore appear in uppercase. Words that are in uppercase in the source (e.g. USA) should remain so. There should be a capital letter after a non-breaking space ( ). Both those characters appear in the previous sentence.

Words with inline elements inside them should only capitalize the first letter of the word. Therefore, the last word in this sentence should have one, and only one, capital letter.

This paragraph is uppercased and small characters in the source (e.g. a and å) should therefore appear in uppercase. In the last sentence, however, the last eight words should not be uppercase.

This paragraph is lowercased and capital characters in the source (e.g. A and Å) should therefore appear in lowercase.

TABLE Testing Section
 

This page tests the 'text-transform' property of CSS1. This paragraph has no text transformation and should appear normal.

This paragraph is capitalized and the first letter in each word should therefore appear in uppercase. Words that are in uppercase in the source (e.g. USA) should remain so. There should be a capital letter after a non-breaking space ( ). Both those characters appear in the previous sentence.

Words with inline elements inside them should only capitalize the first letter of the word. Therefore, the last word in this sentence should have one, and only one, capital letter.

This paragraph is uppercased and small characters in the source (e.g. a and å) should therefore appear in uppercase. In the last sentence, however, the last eight words should not be uppercase.

This paragraph is lowercased and capital characters in the source (e.g. A and Å) should therefore appear in lowercase.