empty-cells

Previous- border-spacing  |  Next-counter-reset

Description

In the separated borders model, this property controls the rendering of borders around cells that have no visible content. Empty cells and cells with the 'visibility' property set to 'hidden' are considered to have no visible content.

When this property has the value 'show', borders are drawn around empty cells (like normal cells). No borders when set to 'hide'.


Initial Value : show

Applies to : 'table' and 'inline-table' elements

Inherited : yes

Possible Values
show | hide | inherit

Example(s)
table { empty-cells: show }

Previous- border-spacing  |  Next-counter-reset