Testing Second Testable Statement of Sec 19.6 of CSS2 Specification
-
2. The play-during property has initial of auto, it applies to all
elements, it is not 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 play during
of auto.
The rule applied is "p {play-during: }".
So the play-during property applies to the "p" element.
This h3 element should have a play during of url(bell.aiff)
This emphasized text should have a play during of UA-default, since the
play during property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {play during: url(bell.aiff)}".
So the play during property applies to em and h3.
THis h4 element should have a play during which is url(bell.aiff) mix.
The rule applied is "h4 {play during: url(bell.aiff) mix}".
So the play during property applies to h4.
This strong text should have a play during of url(violins.aiff) repeat
; so the play during property applies
to the strong element.
The rule applied is "strong {play-during: url(violins.aiff) repeat}".
This blockquote element should have a play during of UA-default.
The rule applied is "blockquote {play during: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.