17.3 Columns

Chapter 17 - Tables - 17.3 Columns

Go to the relevant page of the specification.

column-background-001
Column background property
A background can be set on a table column.
column-background-002
Column-group background property
A background can be set on a table column group.
column-border-001
Column border property
A border can be set on a table column.
column-border-002
Column-group border property
A border can be set on a table column group.
column-visibility-001
Column visibility property
Visibility can be set on a table column.
column-visibility-002
Column group visibility property
Visibility can be set on a table column group.
column-width-001
Column with 'width' property
Width can be set on a table column.
column-width-002
Column-group width property
Width can be set on a table column group.
columns-001
Properties that apply to columns
table-columns-example-001
Table columns - Emulating the HTML table 'rules' attribute on columns
CSS can be used to emmulate the HTML 'rules = cols' attribute (example from section 17.3).
table-columns-example-002
Table columns - Assigning a background to a column
A specific column class can be selected for a blue background (example from section 17.3).
table-columns-example-003
Table columns - assigning a fixed size to a column
A specific width can be set on a table column (modified example from section 17.3).