blob: e6e860fb5468b4763d1ed83e49e643ff5ab8fd72 (
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
|
---
title: CSS Fragmentation
slug: Web/CSS/CSS_Fragmentation
tags:
- Aperçu
- CSS
- CSS Fragmentation
- NeedsContent
- Reference
translation_of: Web/CSS/CSS_Fragmentation
---
<div>{{cssref}}</div>
<p><em><strong>CSS Fragmentation</strong></em> est un module CSS qui décrit la façon dont le contenu est divisé (fragmenté) entre plusieurs <a href="/en-US/docs/Web/CSS/Paged_Media">pages</a>, régions ou <a href="/en-US/docs/Web/CSS/CSS_Columns">colonnes</a>.</p>
<p>La fragmentation se produit lorsqu'une boîte en ligne se retrouve sur plusieurs lignes ou lorsqu'un bloc s'étend sur plus d'une colonne au sein d'un conteneur de colonne ou sur un saut de page lorsque le document est imprimé. Chaque morceau de l'élément ainsi divisé est appelé un <em>fragment</em>.</p>
<h2 id="Référence">Référence</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="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 Fragmentation')}}</td>
<td>{{Spec2('CSS3 Fragmentation')}}</td>
<td>Définition initiale.</td>
</tr>
</tbody>
</table>
|