CSS caption-side Property Reference

The CSS caption-side property is a standard property in CSS Table. Review its formal syntax, computed behavior, and practical declarations.

CSS caption-side Property Reference

The CSS caption-side property is a standard property in CSS Table. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

caption-side overview

The CSS caption-side property is a standard property in CSS Table. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

caption-side formal syntax
FieldValue
Formal syntaxtop | bottom
Initial valuetop
Applies totableCaptionElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Table
StatusStandard

Practical examples

These declarations demonstrate valid ways to set caption-side. The initial and inherit global keywords remain available even when a property-specific value is preferable.

caption-side live example
CSS .reset-example { caption-side: initial; } .inherit-example { caption-side: inherit; } @supports (caption-side: initial) { .supported { caption-side: initial; } }

Description

The CSS caption-side property is a standard property in CSS Table. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: caption-side
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies