Testing Statement #2 Below of Section 5.5.12 of CSS1 Spec

PASS CRITERIA:

NOTE: border-style of dashed applies to all cases below.

If statement #2 above is passed, this paragraph should have a border right width of medium. The rule applied is "p {border-right-width: }". So the border-right-width property applies to the "p" element.

This h3 element should have a border right width of thin This emphasized text should have a border right width of UA-default, since the border right width property is not inherited, and "em" is a child of 'h3". No explicit rule is applied for "em". THe rule applied is 'h3 {border-right-width: 2em}". So the border right width property applies to em and h3.

THis h4 element should have a border right width which is medium. The rule applied is "border-right-width: medium". So the border right width property applies to h4.

This strong text should have a border right width of thick ; so the border right width property applies to the strong element. The rule applied is "strong {border-right-width: thick}".
This blockquote element should have a border right width of UA-default. The rule stated is "blockquote {border-right-width: 200%}", which should be ignored since percentage values do not apply.
All other properties of this page should be UA-default.