Testing Statement #1 Below of Section 5.1 of CSS1 Spec

PASS CRITERIA

If statement #1 above is passed, then:

This h3 heading should uppercase the first character of each word; the rule applied is "#id1 {text-transform: capitalize}"

This h3 heading should uppercase all letters; the rule applied is "#id2 {text-transform: uppercase}"

This h3 heading should lowercase all letters; the rule applied is "#id3 {text-transform: lowercase}"

This h3 heading should be UA-default; the rule applied is "#id4 {text-transform: none}"

The production rule applied for text-transform (as an example here) is "value: capitalize | uppercase | lowercase | none", meaning that either "capitalize" or "uppercase" or "lowercase" or "none" may be selected. All other properties should be UA-default. To move directly to the next test, click here