empty-cells
Name: empty-cells
Description: Specifies the display of table cells that have no visible content.
Browser Compatibility: N 6+ / O 4+
Inherited: Yes
Values:
- hide
- inherit
- show [Initial value]
Code Example:
table {empty-cells: show;}
Comments: Used only when border-collapse
is set to separate
.