--- title: text-decoration-skip-ink slug: Web/CSS/text-decoration-skip-ink tags: - CSS - Experimental - Propriété - Reference - Web translation_of: Web/CSS/text-decoration-skip-ink ---
La propriété CSS text-decoration-skip-ink
définit la façon dont la ligne décorative (en dessous ou au dessus du texte) est dessinée lorsqu'elle rencontre le jambage ou la hampe d'un caractère (ou glyphe).
/* Valeur avec un mot-clé */ text-decoration-skip-ink: none; text-decoration-skip-ink: auto; /* Valeurs globales */ text-decoration-skip: inherit; text-decoration-skip: initial; text-decoration-skip: unset;
none
auto
{{csssyntax}}
<p>Un instant après, Alice était à la poursuite du Lapin dans le terrier…</p>
p { margin: 0; font-size: 2em; text-decoration: underline blue; text-decoration-skip-ink: auto; }
{{EmbedLiveSample("Exemples", "100%", 60)}}
Spécification | État | Commentaires |
---|---|---|
{{SpecName("CSS4 Text Decoration", "#text-decoration-skip-ink-property", "text-decoration-skip-ink")}} | {{Spec2("CSS4 Text Decoration")}} | Définition initiale. |
{{cssinfo}}
{{Compat("css.properties.text-decoration-skip-ink")}}