Testing 24th Testable Statement of Sec 9.2 of CSS2 Specification
-
24. "Display" has initial "inline", it applies to all elements, it is not
inherited, percentages are N/A, and media is all.
PASS CRITERIA:
If statement #24 above is passed, then
This blockquote element has initial display inline. No specific
rule is applied.
This strong text has display of inline (or UA-default).
A rule "p {display: block}" is defined, and strong is descendant of p, but
property is not inherited.
This h3 heading has display of UA-default; rule applied is
"h3 {display: 200%}", but percentages don't apply.
This emphasized text has inline display; rule applied is
"em {display: inline}".
- This list item has display of list-item; rule applied is
"li {display: list-item}".
There should be no green oval button image here,
even though it is in the source. Rule is
"img {display: none}".
From list of elements represented above, display property would apply to
all elements.
All other properties of this page should be UA-default.