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