Testing SEcond Testable Statement of Sec 15.2 of CSS2 Specification
-
2. The font-size-adjust property has initial none, it applies to all elements,
it is inherited except for adjusted values, and percentage values are
relative to parent element's font size.
PASS CRITERIA:
If statement #2 above is passed, this paragraph should have a font-size-adjust
of none.
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 z
This emphasized text should have a volume of z, 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: z}".
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 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 50% of that
of its parent (body element).
The rule applied is "blockquote {font-size-adjust: 50%}".
All other properties of this page should be UA-default.
All other properties of this page should be UA-default.