Testing 56th Testable Statement of Sec 15.2 of CSS2 Specification
-
56. The font-size-adjust property has initial normal, it applies to all elements,
it is inherited, and percentage values are N/A.
PASS CRITERIA:
If statement #56 above is passed, this paragraph should have a font-size-adjust
of none (initial value).
The rule applied is "p {font-size-adjust: }".
So the font-size-adjust property applies to the "p" element.
This h3 element should have a font-size-adjust of 2
This emphasized text should have a font-size-adjust of 2, since the
font-size-adjust property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {font-size-adjust: 2}".
So the font-size-adjust property applies to em and h3.
THis h4 element should have a font-size-adjust which is none.
The rule applied is "h4 {font-size-adjust: none}".
So the font-size-adjust property applies to h4.
This h5 element should have a font-size-adjust which is 3.
The rule applied is "h5 {font-size-adjust: 3}".
So the font-size-adjust property applies to h5.
This strong text should have a font-size-adjust of inherit
; so the font-size-adjust property applies
to the strong element.
The rule applied is "strong {font-size-adjust: inherit}".
This blockquote element should have a font-size-adjust of UA-default
The rule applied is "blockquote {font-size-adjust: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.