Testing Eighth Testable Statement of Sec 19.8 of CSS2 Specification
-
8. The pitch-range 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 #8 above is passed, this paragraph should have a pitch range
of 50.
The rule applied is "p {pitch-range: }".
So the pitch-range property applies to the "p" element.
This h3 element should have a pitch range of 20
This emphasized text should have a pitch range of 20, since the
margin top property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {pitch-range: 20}".
So the pitch range property applies to em and h3.
THis h4 element should have a pitch range which is 40.
The rule applied is "h4 {pitch-range: 40}".
So the pitch range property applies to h4.
This strong text should have a pitch range of 60
; so the pitch range property applies
to the strong element.
The rule applied is "strong {pitch-range: 60}".
This blockquote element should have a pitch range of UA-default.
The rule applied is "blockquote {pitch-range: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.