Testing Twelfth Testable Statement of Sec 9.3 of CSS2 Specification
-
12. The 'bottom' property has initial of 'auto', it applies to positioned
elements, it is not inherited, percentages refer to height of containing
block, and media is visual.
PASS CRITERIA(should be some overlapping lines):
If statement #12 above is passed, then
This blockquote should have bottom of auto (initial value).
Rule is "blockquote {position: absolute}"
This paragraph should have position absolute, and bottom of 5px; rule is
"p {position: absolute; bottom: 5px}". This emphasized text should
have position and bottom of UA-default (property not inherited).
This strong text should have bottom of 50% of that of p, since
strong is descended from p.
This h3 element should have position absolute and bottom of 10px.
Rule is "h3 {position: absolute; bottom: 10px}".
This h4 element should have position absolute and bottom of 15px.
Rule is "h4 {position: absolute; bottom: 15px}".
NOTE: From list of elements above, bottom property should apply to all elements.
All other properties of this page should be UA-default.