CSS3 Border Right Test

PASS CRITERIA:

If statement above is correct, this paragraph should have the border right determined by initial indivdual property values. No specific CSS rules are applied. However, the border right property does apply to the p element. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

This h3 heading has a border right of aqua solid 50px, but this emphasized text has a border right of 5px dotted green; the rules applied are: "h3 {border-right: aqua solid 50px;}" "em {border-right: 5px dotted green;}" So the border right property applies to the h3 and em elements. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

This h4 heading has a border right property of 5px silver dashed (because of the rule "h4 {border-right: 5px silver dashed;}", but these italicized words have a border right of (initial values of individual properties)(no specific CSS rules applied to "i" element), because the border-right property does not inherit. However, the border right property does apply to the h4 and i elements. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

This blockquote element should have a UA-default border right. The nonsensical rule "blockquote {border-right: 200%}" should be ignored, but the border-right property does apply to the blockquote element. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is 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.