Testing Twelfth Testable Statement of Sec 19.8 of CSS2 Specification
-
12. The richness property has initial of 50, it applies to all
elements, it is inherited, and percentage values are N/A.
PASS CRITERIA:
NOTE: NEEDS TO BE TRANSLATED TO VOICE.
If statement #12 above is passed, this paragraph should have a richness
of 50.
The rule applied is "p {richness: }".
So the richness property applies to the "p" element.
This h3 element should have a richness of 20
This emphasized text should have a richness of 20, since the
richness property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {richness: 20}".
So the richness property applies to em and h3.
THis h4 element should have a richness which is 40.
The rule applied is "h4 {richness: 40}".
So the richness property applies to h4.
This strong text should have a richness of 60
; so the richness property applies
to the strong element.
The rule applied is "strong {richness: 60}".
This blockquote element should have a margin top of UA-default.
The rule applied is "blockquote {richness: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.