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_pages | |
| 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_pages')
| -rw-r--r-- | files/fr/web/css/css_pages/index.md | 67 |
1 files changed, 20 insertions, 47 deletions
diff --git a/files/fr/web/css/css_pages/index.md b/files/fr/web/css/css_pages/index.md index a7f074727b..52e54869af 100644 --- a/files/fr/web/css/css_pages/index.md +++ b/files/fr/web/css/css_pages/index.md @@ -8,60 +8,33 @@ tags: - Reference translation_of: Web/CSS/CSS_Pages --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<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> +**Les média paginés CSS** (ou _CSS Paged Media_ 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. -<h2 id="Référence">Référence</h2> +## Référence -<h3 id="Propriétés">Propriétés</h3> +### Propriétés -<ul> - <li>{{cssxref("page-break-after")}}</li> - <li>{{cssxref("page-break-before")}}</li> - <li>{{cssxref("page-break-inside")}}</li> -</ul> +- {{cssxref("page-break-after")}} +- {{cssxref("page-break-before")}} +- {{cssxref("page-break-inside")}} -<h3 id="Règles">Règles @</h3> +### Règles @ -<ul> - <li>{{cssxref('@page')}}</li> -</ul> +- {{cssxref('@page')}} -<h3 id="Pseudo-classes">Pseudo-classes</h3> +### Pseudo-classes -<ul> - <li>{{cssxref(':blank')}}</li> - <li>{{cssxref(':first')}}</li> - <li>{{cssxref(':left')}}</li> - <li>{{cssxref(':right')}}</li> -</ul> +- {{cssxref(':blank')}} +- {{cssxref(':first')}} +- {{cssxref(':left')}} +- {{cssxref(':right')}} -<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 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> +| Spécification | État | Commentaires | +| -------------------------------------------- | ---------------------------------------- | ------------ | +| {{SpecName('CSS3 Paged Media')}} | {{Spec2('CSS3 Paged Media')}} | | +| {{SpecName('CSS3 Fragmentation')}} | {{Spec2('CSS3 Fragmentation')}} | | +| {{SpecName('CSS2.1')}} | {{Spec2('CSS2.1')}} | | |
