CSS3 Border Right Style Test

PASS CRITERIA:

If statement above is correct, this paragraph should have border right style of none. No specific CSS rules are applied. However, the border right style 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 style of dashed, but this emphasized text has a border right style of solid; the rules applied are: "h3 {border-right-style: dashed;}" "em {border-right-style: solid;}" So the border right style 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 style property of dotted (because of the rule "h4 {border-right-style: dotted;}", but these italicized words have a border right style of "none", because the border-right-style property does not inherit. However, the border right style 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 style (no right border?). The nonsensical rule "blockquote {border-right-style: 200%}" should be ignored, but the border-right-style 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.