--- title: '::spelling-error' slug: 'Web/CSS/::spelling-error' tags: - CSS - Experimental - Pseudo-element - Reference translation_of: 'Web/CSS/::spelling-error' ---
Le pseudo-élément ::spelling-error
représente une portion de texte que le navigateur signale comme étant mal orthographiée.
::spelling-error { color: red; }
Seul un sous-ensemble restreint de propriétés CSS peut être utilisé dans une règle dont le sélecteur contient ::spelling-error
:
::spelling-error
p::spelling-error { color:red }
<p> Alice devina tout de suite qu’il cherch l’éventail et la paire de gants. </p>
{{EmbedLiveSample("Exemples","250","100")}}
Spécification | État | Commentaires |
---|---|---|
{{SpecName('CSS4 Pseudo-Elements', '#selectordef-spelling-error', '::spelling-error')}} | {{Spec2('CSS4 Pseudo-Elements')}} | Définition initiale |
{{Compat("css.selectors.spelling-error")}}