Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

empty-cells

概要

CSS の empty-cells プロパティは、目に見える内容を持たないセルの、周囲のボーダーと背景をユーザエージェントがどのように描画するか指定します。

初期値show
適用対象テーブルセル要素
継承継承する
メディアvisual
計算値指定値
アニメーションの可否不可
正規順序形式文法で定義される一意のあいまいでない順序

構文

形式文法: show | hide
empty-cells: show
empty-cells: hide

empty-cells: inherit

show
通常のセルのようにボーダーや背景を描くことを示すキーワードです。
hide
ボーダーや背景を描かないことを示すキーワードです。

.contentbox td {
  empty-cells: show;
}

仕様

仕様書 策定状況 コメント
CSS Level 2 (Revision 1)
The definition of 'empty-cells' in that specification.
勧告  

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート 1.0 1.0 (1.7 or earlier) 8.0 4.0 1.2
機能 Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
基本サポート 1 1.0 (1.0) 8 6 3.1

ドキュメントのタグと貢献者

 このページの貢献者: fscholz, Sebastianz, ethertank, sosleepy
 最終更新者: fscholz,