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_decoration | |
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_decoration')
-rw-r--r-- | files/fr/web/css/css_text_decoration/index.md | 75 |
1 files changed, 26 insertions, 49 deletions
diff --git a/files/fr/web/css/css_text_decoration/index.md b/files/fr/web/css/css_text_decoration/index.md index e008cdc147..d7f695ed7a 100644 --- a/files/fr/web/css/css_text_decoration/index.md +++ b/files/fr/web/css/css_text_decoration/index.md @@ -7,58 +7,35 @@ tags: - Reference translation_of: Web/CSS/CSS_Text_Decoration --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<p><em><strong>CSS Text Decoration</strong></em> (ou module des décorations textuelles CSS) est un module CSS qui définit les caractéristiques relatives à la décoration du texte, comme le soulignage, les ombres et les marques d'emphase.</p> +**_CSS Text Decoration_** (ou module des décorations textuelles CSS) est un module CSS qui définit les caractéristiques relatives à la décoration du texte, comme le soulignage, les ombres et les marques d'emphase. -<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("letter-spacing")}}</li> - <li>{{cssxref("text-align")}}</li> - <li>{{cssxref("text-decoration")}}</li> - <li>{{cssxref("text-decoration-color")}}</li> - <li>{{cssxref("text-decoration-line")}}</li> - <li>{{cssxref("text-decoration-style")}}</li> - <li>{{cssxref("text-emphasis")}}</li> - <li>{{cssxref("text-emphasis-color")}}</li> - <li>{{cssxref("text-emphasis-position")}}</li> - <li>{{cssxref("text-emphasis-style")}}</li> - <li>{{cssxref("text-indent")}}</li> - <li>{{cssxref("text-rendering")}}</li> - <li>{{cssxref("text-shadow")}}</li> - <li>{{cssxref("text-transform")}}</li> - <li>{{cssxref("white-space")}}</li> - <li>{{cssxref("word-spacing")}}</li> -</ul> +- {{cssxref("letter-spacing")}} +- {{cssxref("text-align")}} +- {{cssxref("text-decoration")}} +- {{cssxref("text-decoration-color")}} +- {{cssxref("text-decoration-line")}} +- {{cssxref("text-decoration-style")}} +- {{cssxref("text-emphasis")}} +- {{cssxref("text-emphasis-color")}} +- {{cssxref("text-emphasis-position")}} +- {{cssxref("text-emphasis-style")}} +- {{cssxref("text-indent")}} +- {{cssxref("text-rendering")}} +- {{cssxref("text-shadow")}} +- {{cssxref("text-transform")}} +- {{cssxref("white-space")}} +- {{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('CSS3 Text Decoration')}}</td> - <td>{{Spec2('CSS3 Text Decoration')}}</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('CSS3 Text Decoration')}} | {{Spec2('CSS3 Text Decoration')}} | | +| {{SpecName('CSS2.1', 'text.html')}} | {{Spec2('CSS2.1')}} | | +| {{SpecName('CSS1')}} | {{Spec2('CSS1')}} | Définition initiale. | |