Testing Seventh Testable Statement of Sec 19.9 of CSS2 Specification
-
7. The speak-numeral property has initial of none, it applies to all
elements, it is inherited, and percentage values are N/A.
PASS CRITERIA:
If statement #7 above is passed, this paragraph should have a speak numeral
of none.
The rule applied is "p {speak-numeral: }".
So the speak-numeral property applies to the "p" element.
This h3 element should have a speak numeral of digits
This emphasized text should have a speak numeral of digits, since the
margin top property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {speak-numeral: digits}".
So the speak numeral property applies to em and h3.
THis h4 element should have a speak numeral which is continuous.
The rule applied is "h4 {speak-numeral: continuous}".
So the speak numeral property applies to h4.
This strong text should have a speak numeral of inherit.
; so the speak numeral property applies
to the strong element.
The rule applied is "strong {speak-numeral: inherit}".
(NOTE: Should other HTML elements be mentioned?)
This blockquote element should have a speak numeral of UA-default.
The rule applied is "blockquote {speak-numeral: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.
If statement #2 above is passed, then
this paragraph should have a speak-numeral property of url(bell.aiff).
All other properties of this page should be UA-default.
Your browser rendering of this page should look similar to this
reference image or to this reference image.