CSS3 Border Test
-
For "border", initial is (see individual properties), it applies to all elements,
it is not inherited, percentage values are N/A, it applies to visual media, and computed value
is "absolute values".
PASS CRITERIA:
If statement above is correct, this paragraph should have the
border determined by initial indivdual property values. No specific CSS rules are applied. However, the
border property does apply to the p element.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This h3 heading has a border of aqua solid 50px, but this emphasized text
which may take up most of a line of text has a border of 0.5em dotted green; the rules applied are:
"h3 {border: aqua solid 50px;}"
"em {border: 0.5em dotted green;}"
So the border property applies to the h3 and em elements.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This h4 heading has a border property of 5mm silver dashed (because of the
rule "h4 {border: 5mm silver dashed;}",
So the border property does apply to the h4 element.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This div has a solid red border (because of rule "div {border: solid red;}". However,
these strong words, which may take up most of a line,
have a border of (initial values of individual properties)(no specific CSS rules applied to
"strong" element), because the border
property does not inherit. So the border property does apply to the div and strong elements.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is the end of the div.
This blockquote element should have a UA-default border. The
nonsensical rule "blockquote {border: 200%}" should be ignored,
but the border property does apply to the blockquote element.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
All other properties of this page should be UA-default.
This is a paragraph, like the one above.