aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_pages/index.html
blob: a7f074727b4e98e997a13e55f9884569adf96a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: CSS Pages
slug: Web/CSS/CSS_Pages
tags:
  - Aperçu
  - CSS
  - CSS Paged Media
  - Reference
translation_of: Web/CSS/CSS_Pages
---
<div>{{CSSRef}}</div>

<p><strong>Les média paginés CSS</strong> (ou <em>CSS Paged Media</em> en anglais) est un module CSS qui définit la façon dont sont gérés les sauts de page ainsi que les veuves et orphelines.</p>

<h2 id="Référence">Référence</h2>

<h3 id="Propriétés">Propriétés</h3>

<ul>
 <li>{{cssxref("page-break-after")}}</li>
 <li>{{cssxref("page-break-before")}}</li>
 <li>{{cssxref("page-break-inside")}}</li>
</ul>

<h3 id="Règles">Règles @</h3>

<ul>
 <li>{{cssxref('@page')}}</li>
</ul>

<h3 id="Pseudo-classes">Pseudo-classes</h3>

<ul>
 <li>{{cssxref(':blank')}}</li>
 <li>{{cssxref(':first')}}</li>
 <li>{{cssxref(':left')}}</li>
 <li>{{cssxref(':right')}}</li>
</ul>

<h2 id="Spécifications">Spécifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">État</th>
   <th scope="col">Commentaires</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>