aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_fragmentation/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/css_fragmentation/index.md')
-rw-r--r--files/fr/web/css/css_fragmentation/index.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/files/fr/web/css/css_fragmentation/index.md b/files/fr/web/css/css_fragmentation/index.md
new file mode 100644
index 0000000000..31f3a1c63d
--- /dev/null
+++ b/files/fr/web/css/css_fragmentation/index.md
@@ -0,0 +1,46 @@
+---
+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>
+
+<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>
+
+<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>