Testing Second Testable Statement of Sec 17.7 of CSS2 Specification
-
2. The speak-header property has initial once, it applies to table
header elements, it is inherited, percentages are N/A, and media
is aural.
PASS CRITERIA:
If statement #2 above is passed, then
in the first table below the speak-header value is once (initial
value).
The rule applied is "#id1 {speak-header:}".
The second table below has a speak-header value of once.
The rule applied there is "#id2 {speak-header: always}".
Note that this table has included table also with speak-header of
always, since this property is inherited.
The table below should have speak-header of UA-default.
The rule specified is "#id3 {speak-header: 200%}".
This rule is ignored, since percentages do not apply.
This paragraph should be UA-default.
The rule specified is "p {speak-header: always}", which is ignored
since the property only applies to table header elements.
All other properties of this page should be UA-default.