CSS3 Tests: Tables

Tests of new table declarations.

Table Tests

CSS2 and CSS3 offer a boatload of new display values related to how tables should be displayed.

caption-side

Caption-side tells where the caption should be placed. Its value can be top, bottom, left, right, or inherit. The Caption, in dark red text, should be below the table.
This is the caption.
This is the table
This is cell #1And cell #2
Much to my suprise Mozilla Firefox 0.8, Mozilla 1.7 Beta and Opera 7.23 support this. Cool.