If the collapsing model is used,
this property is ignored.
The property applies only to elements
whose display property has the value
table-cell, but since it??™s inherited, it
can also be set on the whole table, a row group, or a row.
Example
This style rule hides empty cells in the
table element with the ID "results":
#results {
empty-cells: hide;
}
A cell is considered to have no visible content if any of the following cases apply:
SPEC
version initial inherited
CSS2 show YES
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE7
BUGGY FULL BUGGY NONE
The Ultimate CSS Reference 296
?– It has no content at all.
?– It contains only carriage returns, line feeds, tab characters, or blank spaces.
?– Its visibility property is set to hidden.
A non-breaking space is considered to be visible content.
Value
show The value show means borders will be drawn around empty cells, and
backgrounds will be drawn behind them.
hide The value hide means that no borders or backgrounds will display empty
cells.
Pages:
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443