Testing Statement #4 Below of Section 5.4.5 of CSS1 Spec
-
4. A value of "lowercase" lowercases all letters of the element.
A value of "none" neutralizes the inherited value.
PASS CRITERIA;
If statement #4 above is passed, then:
This h3 heading should have all letters lowercased.
The rule applied is "h3 {text-transform: lowercase}".
This h4 heading should have no transformation.
The rule applied is "h4 {text-transform: none}".
All other properties of this page should be UA-default.