Testing Second Testable Statement of Sec 19.9 of CSS2 Specification
-
2. The speak-punctuation property has initial of none, 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 speak punctuation
of none.
The rule applied is "p {speak-punctuation: }".
So the speak-punctuation property applies to the "p" element.
This h3 element should have a speak punctuation of code
This emphasized text should have a speak punctuation of code, since the
speak punctuation property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {speak-punctuation: code}".
So the speak punctuation property applies to em and h3.
THis h4 element should have a speak punctuation which is none.
The rule applied is "h4 {speak-punctuation: none}".
So the speak punctuation property applies to h4.
This strong text should have a speak punctuation of code
; so the speak punctuation property applies
to the strong element.
The rule applied is "strong {speak-punctuation: code}".
This blockquote element should have a speak punctuation of UA-default.
The rule applied is "blockquote {speak-punctuation: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.