From a41c517202ac5cb97533cd3149621c7e4c7ffdd9 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 18 Oct 2021 12:37:35 +0900 Subject: CSS Box Alignment 関係の用語集の変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/glossary/alignment_subject/index.html | 33 -------------------------- 1 file changed, 33 deletions(-) delete mode 100644 files/ja/glossary/alignment_subject/index.html (limited to 'files/ja/glossary/alignment_subject/index.html') diff --git a/files/ja/glossary/alignment_subject/index.html b/files/ja/glossary/alignment_subject/index.html deleted file mode 100644 index e1bba10224..0000000000 --- a/files/ja/glossary/alignment_subject/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Alignment subject -slug: Glossary/Alignment_Subject -tags: - - Alignment subject - - CSS - - Glossary - - alignment -translation_of: Glossary/Alignment_Subject ---- -

CSS Box Alignment の中では、アラインメントサブジェクトはプロパティによって整列されるものです。

- -

{{cssxref("justify-self")}} や {{cssxref("align-self")}} が設定されている場合、アラインメントサブジェクトはこれらのプロパティが設定されているボックスのマージンボックスです。そのボックスの writing mode を使用します。

- -

{{cssxref("justify-content")}} や {{cssxref("align-content")}}の場合は、ボックスの writing mode も使用されます。アラインメントサブジェクトの定義は使用されているレイアウトのモードによります。

- -
-
ブロックコンテナー ( テーブルセルを含む )
-
シングルユニットとしてのブロックのコンテンツ全体です。
-
マルチカラムコンテナー
-
カラムボックスです。間にスペースが挿入されているカラムボックスは、関連するカラムギャップに追加されます。
-
フレックスコンテナー
-
{{cssxref("justify-content")}} の場合は、それぞれのフレックス行の中のフレックスアイテムです。
- {{cssxref("align-content")}} の場合は、フレックス行です。ただし、複数行のフレックスコンテナーにだけ効果を発揮します。
-
グリッドコンテナー
-
適切な軸のグリッドトラックです。トラック間にスペースを挿入すると、関連するガターに追加されます。折りたたまれたガターはスペース挿入の単一の機会です。
-
- -

関連項目

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