CSS1 Test Suite: 5.5.16 border-color


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.one {border-color: purple; border-style: solid;}
.two {border-color: purple; border-width: medium; border-style: solid;}
.three {border-color: purple green blue yellow; border-width: medium; border-style: solid;}

This is an unstyled element, save for the background color, and containing inline elements with a classes of class one, class two, and class three. The effect for each inline element should be to have a purple medium-width solid border in the first and second cases, and a purple-green-blue-yellow medium-width solid border in the third. The line-height of the parent element should not change at all, on any line.

TABLE Testing Section
 

This is an unstyled element, save for the background color, and containing inline elements with a classes of class one, class two, and class three. The effect for each inline element should be to have a purple medium-width solid border in the first and second cases, and a purple-green-blue-yellow medium-width solid border in the third. The line-height of the parent element should not change at all, on any line.


[Previous] [Next] [Section] [Contents] [Specification]