Testing Sixteenth Testable Statement of Sec 9.3 of CSS2 Specification
-
16. The 'left' 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(lots of overlapping lines):
If statement #16 above is passed, then
This blockquote should have left of auto (initial value).
Rule is "blockquote {position: absolute}"
This paragraph should have position absolute, and left of 5px; rule is
"p {position: absolute; left: 5px}". This emphasized text should
have position and left of UA-default (property not inherited).
This strong text should have left of 50% of that of p, since
strong is descended from p.
This h3 element should have position absolute and left of 10px.
Rule is "h3 {position: absolute; left: 10px}".
This h4 element should have position absolute and left of 15px.
Rule is "h4 {position: absolute; left: 15px}".
NOTE: From list of elements above, left property should apply to all elements.
All other properties of this page should be UA-default.