From 17cd5fb06a1e70c389225fbecf0a0cf29680855c Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 2 Jan 2022 20:00:34 +0900 Subject: CSS の主要概念の文書を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/layout_mode/index.html | 32 -------------------------------- files/ja/web/css/layout_mode/index.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 files/ja/web/css/layout_mode/index.html create mode 100644 files/ja/web/css/layout_mode/index.md (limited to 'files/ja/web/css/layout_mode') diff --git a/files/ja/web/css/layout_mode/index.html b/files/ja/web/css/layout_mode/index.html deleted file mode 100644 index 726d53e876..0000000000 --- a/files/ja/web/css/layout_mode/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: レイアウトモード -slug: Web/CSS/Layout_mode -tags: - - CSS - - リファレンス - - レイアウト -translation_of: Web/CSS/Layout_mode ---- -
{{cssref}}
- -

CSSレイアウトモード (または単に「レイアウト」) は、ボックスの位置やサイズを、兄弟要素や祖先要素のボックスとの相互作用を踏まえて決めるアルゴリズムです。複数のレイアウトモードがあります。

- - - -
-

メモ: レイアウトモードによって、使える CSS プロパティに制限があります。大半は 1 つか 2 つのレイアウトモードで用いられ、別のレイアウトモードに関わる要素に設定しても効果がありません。

-
- -

関連情報

- - diff --git a/files/ja/web/css/layout_mode/index.md b/files/ja/web/css/layout_mode/index.md new file mode 100644 index 0000000000..726d53e876 --- /dev/null +++ b/files/ja/web/css/layout_mode/index.md @@ -0,0 +1,32 @@ +--- +title: レイアウトモード +slug: Web/CSS/Layout_mode +tags: + - CSS + - リファレンス + - レイアウト +translation_of: Web/CSS/Layout_mode +--- +
{{cssref}}
+ +

CSSレイアウトモード (または単に「レイアウト」) は、ボックスの位置やサイズを、兄弟要素や祖先要素のボックスとの相互作用を踏まえて決めるアルゴリズムです。複数のレイアウトモードがあります。

+ + + +
+

メモ: レイアウトモードによって、使える CSS プロパティに制限があります。大半は 1 つか 2 つのレイアウトモードで用いられ、別のレイアウトモードに関わる要素に設定しても効果がありません。

+
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf