固定表組みアルゴリズムでは, 各列の幅の次のように決定される。
In the fixed table layout algorithm, the width of each column is determined as follows:
table {margin-left: auto; margin-right: auto}
'table'要素の上又は下の標題は,表の前又は後のブロック要素であるものとしてフォーマットされる。ただし,次の場合は例外である。(1) 継承可能な特性を表から継承する場合,
Captions above or below a 'table' element are formatted very much as if they were a block element before or after the table, except that (1) they inherit inheritable properties from the table,
empty-cellsプロパティを指定すれば、表のコマを空にしたまま、画面上や紙上でテーブルに適切な境界を表示できる。空であるデータコマに、ただ視覚的な効果を得るために、空白や非行区切スペースで埋めてはならない。
The 'empty-cells' property allows users to leave table cells empty and still give them proper borders on the screen or on paper. A data cell that is meant to be empty should not be filled with white space or a non-breaking space just to achieve a visual effect.