diff options
Diffstat (limited to 'files/ja/web/css/css_fragmentation/index.html')
| -rw-r--r-- | files/ja/web/css/css_fragmentation/index.html | 47 |
1 files changed, 0 insertions, 47 deletions
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 ---- -<div>{{cssref}}</div> - -<p><strong>CSS 分割</strong>は CSS のモジュールの一つで、コンテンツが<a href="/ja/docs/Web/CSS/Paged_Media">ページ</a>、領域、<a href="/ja/docs/Web/CSS/CSS_Columns">段</a>をまたがって分割された (断片化が発生した) ときにどのように表示するかを定義します。</p> - -<p>分割が発生するのは、インラインボックスが複数の行に渡る場合です。また、ブロックが段組みレイアウトコンテナーの中で複数の段にまたがる場合や、印刷時にページにまたがる場合です。いずれの要素の表示される断片も分割と呼ばれています。</p> - -<h2 id="Reference" name="Reference">リファレンス</h2> - -<div class="index"> -<ul> - <li>{{cssxref("box-decoration-break")}}</li> - <li>{{cssxref("break-after")}}</li> - <li>{{cssxref("break-before")}}</li> - <li>{{cssxref("break-inside")}}</li> - <li>{{cssxref("orphans")}}</li> - <li>{{cssxref("widows")}}</li> -</ul> -</div> - -<h2 id="Specifications" name="Specifications">仕様書</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">策定状況</th> - <th scope="col">コメント</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS3 Fragmentation')}}</td> - <td>{{Spec2('CSS3 Fragmentation')}}</td> - <td>初回定義。</td> - </tr> - </tbody> -</table> |
