Testing Statement #3 Below of Section 5.4.5 of CSS1 Spec
-
3. A value of "capitalize" uppercases the first character of each word.
A value of "uppercase" uppercases all letters of the element.
PASS CRITERIA:
If statement #3 above is passed, then:
This h3 heading should have the first character of each word uppercased.
The rule applied is "h3 {text-transform: capitalize}".
This h4 heading should have all letters uppercased.
The rule applied is "h4 {text-transform: uppercase}".
All other properties of this page should be UA-default.
To move to the next test, click here