Testing 18th Testable Statement of Sec 8.3 of CSS2 Specification
-
18. In CSS2 the choice between relaxing margin-right or margin left depends
on the writing direction.
PASS CRITERIA:
If statement #18 above is passed, then
margin left may be ignored depending on the writing direction.
The rules applied are "p {margin-left: 2em; width: 2em}".
Width wins.
The margin right of this h3 element may be ignored depending on the writing
direction.
The rules applied are "h3 {margin-right: 2em; width: 2em}".
Width wins.
All other properties of this page should be UA-default.