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'.
show | hide | inherit
table { empty-cells: show }