CSS2 table display types
The table display types here are tested by assigning them backgrounds.
Note that some of the display types may not work even though they appear
to work.
Display types together
The following two tables should look basically (preferably exactly)
the same. If they don't, skip this test.
table
There should be line breaks before
and after this table.
inline-table
There should
not be line breaks before
and after this table. (However, if inline-table is not supported, but
anonymous table objects are, then there should be line breaks.)
table-row
table-row-group, table-header-group, table-footer-group
In the following table, there should be 2 red rows, 2 white, 2 aqua,
2 white, and then 2 green:
table-column
table-column-group
table-cell
table-caption
Aqua table caption, above rest of table.
(Back to
CSS Testing Information,
David Baron)
LDB,
dbaron@dbaron.org