CSS2 Table Backgrounds Test Suite

Part A: Background Area

Background on 'table-column'

All four columns are styled.

The table column background should be visible within the border edge of each cell originating in the column, and the background should be continuously tiled to fill the entire cell. Within the column, all stripes should line up as if the cells were cutouts in a stencil placed over the column background. Furthermore, horizontal stripes should align across columns.

A red band should align with the bottom border edge of the last cell in each column. An orange stripe should align a few pixels to the left of the right border of the non-column-spanning cells in each column.

next
Background Area: Background on 'table-cell'
previous
Background Area: Background on 'table-row'
contents
Table of Contents
With 'border-collapse: separate'
TH A TH B TH C TH D
TD M TD O TD P
TD E TD F TD G TD H
TD J TD K TD L
With 'border-collapse: collapse'
TH A TH B TH C TH D
TD M TD O TD P
TD E TD F TD G TD H
TD J TD K TD L
Valid HTML 4.01!
CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasai@escape.com>