caption-placement

The placement of the table caption.

Availability

Available in: Table

Type

Symbol

Available values

Value Description
before The caption is placed before the table. Default.
after The caption is placed after the table.

Default value

before

Inherited

Yes.

Example

// Places the caption after the table.
table {
  caption-placement:    after
}