Testing 17th Testable Statement of Sec 8.3 of CSS2 Specification
-
17. The "margin" property is a shorthand property for setting "margin-top",
"margin-right", "margin-bottom", and "margin-left" at the same place in the
style sheet.
PASS CRITERIA:
If statement #17 above is passed, then
the BODY element should have margins of 2em all around, the P element should
have top and bottom margins of 1em, and right and left margins of 2em, and
the h3 element should have top margin of 1em, right margin of 2em, bottom
margin of 3em, and left margin of 2em.
The rules applied are "BODY {margin: 2em}", "p {margin: 1em 2em}", and
"h3 {margin: 1em 2em 3em }".
All other properties of this page should be UA-default.