Testing Sixth Testable Statement of Sec 19.8 of CSS2 Specification
-
6. The pitch property has initial of medium, 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 #6 above is passed, this paragraph should have a pitch
of medium.
The rule applied is "p {pitch: }".
So the pitch property applies to the "p" element.
This h3 element should have a pitch of x-low
This emphasized text should have a pitch of x-low, 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: x-low}".
So the pitch property applies to em and h3.
THis h4 element should have a pitch which is low.
The rule applied is "h4 {pitch: low}".
So the pitch property applies to h4.
This strong text should have a pitch of high
; so the pitch property applies
to the strong element.
The rule applied is "strong {pitch: high}".
This blockquote element should have a margin top of UA-defualt.
The rule applied is "blockquote {pitch: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.