Chapter 17 - Tables - 17.1 Introduction to tables
Go to the relevant page of the specification.
- data-alignment-001
-
Aligning Table Data (cell data is vertically aligned)
Cell data can be vertically aligned. - data-alignment-002
-
Aligning Table Data (cell data is horizontally aligned)
Cell data can be horizontally aligned. - data-alignment-003
-
Aligning Table Data (row data is aligned)
Cell data in a row can be horizontally and vertically aligned. - data-alignment-004
-
Aligning Table Data (column data is aligned)
Alignment of cell data in a column is achieved by specifying alignment properties on the cells themselves, and not on the column element directly. - table-borders-001
-
Borders on Table Elements (row groups)
Borders can be applied to row groups (through the use of tbody elements). - table-borders-002
-
Borders on Table Elements (rows)
Borders can be applied to table rows. - table-borders-003
-
Borders on Table Elements (column-groups)
Borders can be applied to table column groups. - table-borders-004
-
Borders on Table Elements (columns)
Borders can be applied to table columns. - table-borders-005
-
Borders on Table Elements (cell)
Border can be applied to table cells. - table-intro-example-001 (HTMLonly)
-
Introduction to Tables (text-align, font-weight)
'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1). - table-intro-example-002 (HTMLonly)
-
Introduction to Tables (vertical-align)
'vertical-align' can be set on table cells (example from section 17.1). - table-intro-example-003 (HTMLonly)
-
Introduction to Tables (border-collapse, border)
'border-collapse' and 'border' can be set on table elements (example from section 17.1). - table-intro-example-004 (HTMLonly)
-
Introduction to Tables (caption-side)
'caption-side' can be set on a table caption (example from section 17.1). - table-organization-001
-
Table organization (columns in column groups)
Table columns can be grouped into table column groups. - table-organization-002
-
Table organization (rows in row groups)
Table rows can be grouped into table row groups.