empty-cells

Support Key: [CSS2|CSS2.1] [N6|O4|S1.2]
Other Table Properties
border-collapse
border-spacing
caption-side
speak-header
table-layout
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   show
Applicable Elements:
<td>, <th> or elements with an assigned 'display' value of "table-cell"
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
Official Docs:
CSS2: Sect. 17.6.1, CSS2.1: Sect 17.6.1
What is it?
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.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O4|S1.2]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
show
[CSS2|CSS2.1] [N6|O4|S1.2]
Type: Explicit
Description:
Render the specified border style for cells that do not contain visible content.
hide
[CSS2|CSS2.1] [N6|O4|S1.2]
Type: Explicit
Description:
Do not render any specified border style for cells that do not contain visible content.
Example
Ext/Doc: td { empty-cells: hide }
In-Line:  <td STYLE="empty-cells: hide">    </td>
Browser Peculiarities

Boring Copyright Stuff....