CSS1 Test Suite: 5.4.5 text-transform


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

The style declarations which apply to the text below are:

.one {text-transform: capitalize;}
.two {text-transform: uppercase;}
.three {text-transform: lowercase;}
.four {text-transform: none;}


Each word in this sentence should have its first letter capitalized.

Each word in this sentence should have its first letter capitalized, but the last three words in the sentence should be normal.

This sentence should be all uppercase letters.

This sentence should be all lowercase letters, INCLUDING THESE WORDS.

This sentence should be all uppercase letters, except for these words.

Each word in this sentence should have its first letter capitalized.

Each word in this sentence should have its first letter capitalized, but the last three words in the sentence should be normal.

This sentence should be all uppercase letters.

This sentence should be all lowercase letters, INCLUDING THESE WORDS.

This sentence should be all uppercase letters, except for these words.


[Previous] [Next] [Section] [Contents] [Specification]