From 97d320b1bb52ffd636dabd43eb2d150e3faee441 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 2 Dec 2021 09:44:45 +0900 Subject: CSS Fragment 関連のプロパティを更新準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_fragmentation/index.html | 47 --------------------------- files/ja/web/css/css_fragmentation/index.md | 47 +++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 files/ja/web/css/css_fragmentation/index.html create mode 100644 files/ja/web/css/css_fragmentation/index.md (limited to 'files/ja/web/css/css_fragmentation') diff --git a/files/ja/web/css/css_fragmentation/index.html b/files/ja/web/css/css_fragmentation/index.html deleted file mode 100644 index be4cb944d8..0000000000 --- a/files/ja/web/css/css_fragmentation/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: CSS 分割 -slug: Web/CSS/CSS_Fragmentation -tags: - - CSS - - CSS 分割 - - Overview - - リファレンス -translation_of: Web/CSS/CSS_Fragmentation ---- -
{{cssref}}
- -

CSS 分割は CSS のモジュールの一つで、コンテンツがページ、領域、をまたがって分割された (断片化が発生した) ときにどのように表示するかを定義します。

- -

分割が発生するのは、インラインボックスが複数の行に渡る場合です。また、ブロックが段組みレイアウトコンテナーの中で複数の段にまたがる場合や、印刷時にページにまたがる場合です。いずれの要素の表示される断片も分割と呼ばれています。

- -

リファレンス

- -
- -
- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書策定状況コメント
{{SpecName('CSS3 Fragmentation')}}{{Spec2('CSS3 Fragmentation')}}初回定義。
diff --git a/files/ja/web/css/css_fragmentation/index.md b/files/ja/web/css/css_fragmentation/index.md new file mode 100644 index 0000000000..be4cb944d8 --- /dev/null +++ b/files/ja/web/css/css_fragmentation/index.md @@ -0,0 +1,47 @@ +--- +title: CSS 分割 +slug: Web/CSS/CSS_Fragmentation +tags: + - CSS + - CSS 分割 + - Overview + - リファレンス +translation_of: Web/CSS/CSS_Fragmentation +--- +
{{cssref}}
+ +

CSS 分割は CSS のモジュールの一つで、コンテンツがページ、領域、をまたがって分割された (断片化が発生した) ときにどのように表示するかを定義します。

+ +

分割が発生するのは、インラインボックスが複数の行に渡る場合です。また、ブロックが段組みレイアウトコンテナーの中で複数の段にまたがる場合や、印刷時にページにまたがる場合です。いずれの要素の表示される断片も分割と呼ばれています。

+ +

リファレンス

+ +
+ +
+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('CSS3 Fragmentation')}}{{Spec2('CSS3 Fragmentation')}}初回定義。
-- cgit v1.2.3-54-g00ecf