Testing Fourth Testable Statement of Sec 19.4 of CSS2 Specification
-
4. The pause after property has initial value which is UA-dependent, it
applies to all elements, it is not inherited, and percentage values apply.
PASS CRITERIA:
NOTE: NEEDS TO BE TRANSLATED TO VOICE.
If statement #4 above is passed, this paragraph should have a pause-after
of UA-dependent.
The rule applied is "p {pause-after: }".
So the pause-after property applies to the "p" element.
This h3 element should have a pause-after of 20ms
This emphasized text should have a pause after of UA-default, since the
pause after property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {pause-after: 20ms}".
So the pause-after property applies to em and h3.
THis h4 element should have a pause after which is 40ms.
The rule applied is "h4 {pause-after: 40ms}".
So the pause after property applies to h4.
This strong text should have a pause after of 60ms
; so the pause after property applies
to the strong element.
The rule applied is "strong {pause-after: 60ms}".
This blockquote element should have a pause after of 50% of the
reciprocal of its speech rate.
The rule applied is "blockquote {pause-after: 50%}".
All other properties of this page should be UA-default.