From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/css/css_display/index.html | 115 ++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 files/ja/web/css/css_display/index.html (limited to 'files/ja/web/css/css_display') diff --git a/files/ja/web/css/css_display/index.html b/files/ja/web/css/css_display/index.html new file mode 100644 index 0000000000..cbb02a5f07 --- /dev/null +++ b/files/ja/web/css/css_display/index.html @@ -0,0 +1,115 @@ +--- +title: CSS 表示方法 +slug: Web/CSS/CSS_Display +tags: + - CSS + - CSS 表示方法 + - Overview + - Reference +translation_of: Web/CSS/CSS_Display +--- +
{{CSSRef}}
+ +

CSS 表示方法は CSS のモジュールの一つで、 CSS 整形ボックスツリーがどのように文書の要素ツリーから生成されるかを定義し、制御するプロパティを定義します。

+ +

リファレンス

+ +

CSS プロパティ

+ +
+ +
+ +

CSS データ型

+ +
+ +
+ +

ガイド

+ +

CSS フローレイアウト (display: block, display: inline)

+ + + +

display: flex

+ + + +

display: grid

+ + + +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS3 Display", "#the-display-properties", "display")}}{{Spec2("CSS3 Display")}}run-in, flow, flow-root, contents および複数キーワードの値を追加。
{{SpecName("CSS2.1", "visuren.html#display-prop", "display")}}{{Spec2("CSS2.1")}}テーブルモデルの値と inline-block を追加。
{{SpecName("CSS1", "#display", "display")}}{{Spec2("CSS1")}}初回定義。基本的な値: none, block, inline, list-item
+ +

CSS Display 仕様書 Level 3 に加え、他の仕様書でも display の様々な値の動作を定義しています。

+ +

ブラウザーの対応

+ + + +

{{Compat("css.properties.display", 10)}}

-- cgit v1.2.3-54-g00ecf