6. For replaced elements, a value of "auto" on "width" is replaced by the intrinsic width, so for them there can only be two "auto" values.
If statement #6 above is passed, then:
The "img" element is a replaced element, so the rule for "img" {img:
width: auto}" is replaced by the width of the oval button above.
However, there are still two "auto" values for "img", "margin-left"
and "border-width". So the total rule for "img" is:
img {width: auto;
margin-left: auto;
border-width: auto;
border-left: 1px;
padding-left: 1px;
margin-right: 1px;
border-right: 1px;
padding-right: 1px;
}
Thus the margin and border on the oval button should be 1px and 1px,
respectively, and the width of the paragraph above should be 7px.
Also "border-style: solid" applies to the image.
All other properties of this page should be UA-default.
To move directly to the next test, click here