Property empty-cells

Specifies whether or not to display borders
and background on empty cells in a table

This property has an effect only when the
border-collapse property is separate.

Formal syntax

empty-cells = 
  show  |
  hide
empty-cells: show;
empty-cells: hide;