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