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