Testing Statement #1 Below of Section 5.4.5 of CSS1 Spec

PASS CRITERIA

If statement #1 above is passed, this paragraph should have the first character of each word uppercased. The rule applied is "#id1 {text-transform: capitalize}".

This paragraph should have all letters uppercased. The rule applied is "#id2 {text-transform: uppercase}".

This paragraph should have all letters lowercased. The rule applied is "#id3 {text-transform: lowercase}".

This paragraph should have no transformation. The rule applied is "#id4 {text-transform: none}".

All other properties of this page should be UA-default. To move to the next test, click here