Testing Sixth Testable Statement of Sec 19.5 of CSS2 Specification
-
6. The cue property has initial of not defined, 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 #6 above is passed, this paragraph should have a cue
of UA-dependent.
The rule applied is "p {cue: }".
So the cue property applies to the "p" element.
This h3 element should have a cue of url(pop.au)
This emphasized text should have a cue of UA-default, since the
cue property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {cue: url(pop.au)}".
So the cue property applies to em and h3.
THis h4 element should have a cue which is url(bell.aiff).
The rule applied is "h4 {cue: url(bell.aiff)}".
So the cue property applies to h4.
This strong text should have a cue of none
; so the cue property applies
to the strong element.
The rule applied is "strong {cue: none}".
This blockquote element should have a cue of UA-default.
The rule applied is "blockquote {cue: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.