diff options
Diffstat (limited to 'files/ja/web/css/css_pages/index.html')
| -rw-r--r-- | files/ja/web/css/css_pages/index.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/files/ja/web/css/css_pages/index.html b/files/ja/web/css/css_pages/index.html new file mode 100644 index 0000000000..59b983eca7 --- /dev/null +++ b/files/ja/web/css/css_pages/index.html @@ -0,0 +1,75 @@ +--- +title: CSS ページ化メディア +slug: Web/CSS/CSS_Pages +tags: + - CSS + - CSS ページ付きメディア + - CSS ページ化メディア + - Reference + - 概要 +translation_of: Web/CSS/CSS_Pages +--- +<div>{{CSSRef}}</div> + +<p><ruby><strong>CSS ページ化メディア</strong><rp> (</rp><rt>CSS Paged Media</rt><rp>) </rp></ruby>は、ページ切り替えを扱う方法を定義する CSS のモジュールです。</p> + +<h2 id="Reference" name="Reference">リファレンス</h2> + +<h3 id="CSS_properties" name="CSS_properties">CSS プロパティ</h3> + +<div class="index"> +<ul> + <li>{{cssxref("page-break-after")}}</li> + <li>{{cssxref("page-break-before")}}</li> + <li>{{cssxref("page-break-inside")}}</li> + <li> </li> +</ul> +</div> + +<h3 id="At-rules" name="At-rules">@-規則</h3> + +<div class="index"> +<ul> + <li>{{cssxref('@page')}}</li> +</ul> +</div> + +<h3 id="Pseudo-classes" name="Pseudo-classes">疑似クラス</h3> + +<div class="index"> +<ul> + <li>{{cssxref(':blank')}}</li> + <li>{{cssxref(':first')}}</li> + <li>{{cssxref(':left')}}</li> + <li>{{cssxref(':right')}}</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 Paged Media')}}</td> + <td>{{Spec2('CSS3 Paged Media')}}</td> + <td> </td> + </tr> + <tr> + <td>{{SpecName('CSS3 Fragmentation')}}</td> + <td>{{Spec2('CSS3 Fragmentation')}}</td> + <td> </td> + </tr> + <tr> + <td>{{SpecName('CSS2.1')}}</td> + <td>{{Spec2('CSS2.1')}}</td> + <td> </td> + </tr> + </tbody> +</table> |
