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_text | |
| 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_text')
| -rw-r--r-- | files/fr/web/css/css_text/index.md | 79 |
1 files changed, 26 insertions, 53 deletions
diff --git a/files/fr/web/css/css_text/index.md b/files/fr/web/css/css_text/index.md index 31160cd80f..d8056a8cc1 100644 --- a/files/fr/web/css/css_text/index.md +++ b/files/fr/web/css/css_text/index.md @@ -8,62 +8,35 @@ tags: - Reference translation_of: Web/CSS/CSS_Text --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<p><em><strong>CSS Text</strong></em> (ou module texte de CSS) est un module CSS qui définit comment effectuer des manipulations de texte, comme les coupures de mots, la justification et l'alignement, la gestion des espaces et les transformations de texte.</p> +**_CSS Text_** (ou module texte de CSS) est un module CSS qui définit comment effectuer des manipulations de texte, comme les coupures de mots, la justification et l'alignement, la gestion des espaces et les transformations de texte. -<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("hanging-punctuation")}}</li> - <li>{{cssxref("hyphens")}}</li> - <li>{{cssxref("letter-spacing")}}</li> - <li>{{cssxref("line-break")}}</li> - <li>{{cssxref("overflow-wrap")}}</li> - <li>{{cssxref("tab-size")}}</li> - <li>{{cssxref("text-align")}}</li> - <li>{{cssxref("text-align-last")}}</li> - <li>{{cssxref("text-indent")}}</li> - <li>{{cssxref("text-justify")}}</li> - <li>{{cssxref("text-size-adjust")}}</li> - <li>{{cssxref("text-transform")}}</li> - <li>{{cssxref("white-space")}}</li> - <li>{{cssxref("word-break")}}</li> - <li>{{cssxref("word-spacing")}}</li> -</ul> +- {{cssxref("hanging-punctuation")}} +- {{cssxref("hyphens")}} +- {{cssxref("letter-spacing")}} +- {{cssxref("line-break")}} +- {{cssxref("overflow-wrap")}} +- {{cssxref("tab-size")}} +- {{cssxref("text-align")}} +- {{cssxref("text-align-last")}} +- {{cssxref("text-indent")}} +- {{cssxref("text-justify")}} +- {{cssxref("text-size-adjust")}} +- {{cssxref("text-transform")}} +- {{cssxref("white-space")}} +- {{cssxref("word-break")}} +- {{cssxref("word-spacing")}} -<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('CSS Logical Properties')}}</td> - <td>{{Spec2('CSS Logical Properties')}}</td> - <td>Actualise certaines propriétés pour être indépendant de la direction du texte.</td> - </tr> - <tr> - <td>{{SpecName('CSS3 Text')}}</td> - <td>{{Spec2('CSS3 Text')}}</td> - <td> </td> - </tr> - <tr> - <td>{{SpecName('CSS2.1', 'text.html')}}</td> - <td>{{Spec2('CSS2.1')}}</td> - <td> </td> - </tr> - <tr> - <td>{{SpecName('CSS1')}}</td> - <td>{{Spec2('CSS1')}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> +| Spécification | État | Commentaires | +| ---------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------ | +| {{SpecName('CSS Logical Properties')}} | {{Spec2('CSS Logical Properties')}} | Actualise certaines propriétés pour être indépendant de la direction du texte. | +| {{SpecName('CSS3 Text')}} | {{Spec2('CSS3 Text')}} | | +| {{SpecName('CSS2.1', 'text.html')}} | {{Spec2('CSS2.1')}} | | +| {{SpecName('CSS1')}} | {{Spec2('CSS1')}} | Définition initiale. | |
