diff options
author | julieng <julien.gattelier@gmail.com> | 2021-09-17 20:59:20 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-12 07:57:33 +0200 |
commit | 258ba7b4be62d8640477a3bd3146d08b00cb70ec (patch) | |
tree | a8476eee4c369ff47bdfe08353774414f2281ba3 /files/fr/web/css/css_fragmentation | |
parent | 149319bb8c7b1394a443f0877c3460cd362aa815 (diff) | |
download | translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.gz translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.bz2 translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.zip |
convert content to md
Diffstat (limited to 'files/fr/web/css/css_fragmentation')
-rw-r--r-- | files/fr/web/css/css_fragmentation/index.md | 43 |
1 files changed, 14 insertions, 29 deletions
diff --git a/files/fr/web/css/css_fragmentation/index.md b/files/fr/web/css/css_fragmentation/index.md index 31f3a1c63d..b9e4526d47 100644 --- a/files/fr/web/css/css_fragmentation/index.md +++ b/files/fr/web/css/css_fragmentation/index.md @@ -9,38 +9,23 @@ tags: - Reference translation_of: Web/CSS/CSS_Fragmentation --- -<div>{{cssref}}</div> +{{cssref}} -<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> +**_CSS Fragmentation_** est un module CSS qui décrit la façon dont le contenu est divisé (fragmenté) entre plusieurs [pages](/en-US/docs/Web/CSS/Paged_Media), régions ou [colonnes](/en-US/docs/Web/CSS/CSS_Columns). -<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> +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 _fragment_. -<h2 id="Référence">Référence</h2> +## Référence -<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> +- {{cssxref("box-decoration-break")}} +- {{cssxref("break-after")}} +- {{cssxref("break-before")}} +- {{cssxref("break-inside")}} +- {{cssxref("orphans")}} +- {{cssxref("widows")}} -<h2 id="Spécifications">Spécifications</h2> +## Spécifications -<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> +| Spécification | État | Commentaires | +| -------------------------------------------- | ---------------------------------------- | -------------------- | +| {{SpecName('CSS3 Fragmentation')}} | {{Spec2('CSS3 Fragmentation')}} | Définition initiale. | |