CSS table-layout Property Reference

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

CSS table-layout Property Reference

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

Updated 2026-08-12

table-layout overview

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

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

table-layout formal syntax
FieldValue
Formal syntaxauto | fixed
Initial valueauto
Applies totableElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Table
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: table-layout
  2. MDN: CSS Properties Reference

Similar or alternative tools

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