In the "separated borders" model, this property specifies whether to render borders around cells with no visible content. Content with a 'visibility' property value of "hidden" or certain whitespace characters (Unicode 09[tab], 0A[linefeed], 0D[Carriage Return], and 20[space]) are not considered to be "visible" content by themselves.
td {
empty-cells: hide
}