CSS1 Test Suite: 5.5.19 border-right


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

The style declarations which apply to the text below are:

P {margin-right: 20px;}
.one {border-right: purple double 10px;}
.two {border-right: purple thin solid;}
.threea {border-right: black medium solid;}
.threeb {border-right: purple medium solid;}
.threec {border-right: blue medium solid;}
TD {border-right: green 2px solid;}

Note that all table cells on this page should have a two-pixel solid green border along their right sides. This border applies only to the cells, not the rows which contain them.

This paragraph should have a purple, double, 10-pixel right border.

This paragraph should have a thin purple right border.

Every cell in this table should have a 2-pixel solid green right border. This is also true of the table-testing section in the second half of the test page.
Cell oneCell two
Nested single-cell table!
TABLE Testing Section
 

Note that all table cells on this page should have a two-pixel solid green border along their right sides. This border applies only to the cells, not the rows which contain them.

This paragraph should have a purple, double, 10-pixel right border.

This paragraph should have a thin purple right border.

Every cell in this table should have a 2-pixel solid green right border. This is also true of the table-testing section in the second half of the test page.
Cell oneCell two
Nested single-cell table!
  • This is a list item...
    • ...and this...
    • ...is a second list...
    • ...nested within the list item.
  • This is a second list item.
  • Each list item in this 'parent' list should have a medium-width border along its right side, in each of three colors. The first item's border should travel the entire height the nested list (to end near the baseline of the line "...nested within the list item."), even though the nested list does not have any border styles set. The borders should line up together at the right edge of the document's body, as each list element has a default width of 100%.

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