From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/css/_doublecolon_spelling-error/index.html | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 files/fr/web/css/_doublecolon_spelling-error/index.html (limited to 'files/fr/web/css/_doublecolon_spelling-error/index.html') diff --git a/files/fr/web/css/_doublecolon_spelling-error/index.html b/files/fr/web/css/_doublecolon_spelling-error/index.html new file mode 100644 index 0000000000..03b39061f8 --- /dev/null +++ b/files/fr/web/css/_doublecolon_spelling-error/index.html @@ -0,0 +1,84 @@ +--- +title: '::spelling-error' +slug: 'Web/CSS/::spelling-error' +tags: + - CSS + - Experimental + - Pseudo-element + - Reference +translation_of: 'Web/CSS/::spelling-error' +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

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;
+}
+ +

Propriétés autoriséees

+ +

Seul un sous-ensemble restreint de propriétés CSS peut être utilisé dans une règle dont le sélecteur contient ::spelling-error :

+ + + +

Syntaxe

+ +
::spelling-error
+ +

Exemples

+ +

CSS

+ +
p::spelling-error { color:red }
+ +

HTML

+ +
<p>
+  Alice devina tout de suite qu’il cherch l’éventail
+  et la paire de gants.
+</p>
+ +

Résultat

+ +

{{EmbedLiveSample("Exemples","250","100")}}

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('CSS4 Pseudo-Elements', '#selectordef-spelling-error', '::spelling-error')}}{{Spec2('CSS4 Pseudo-Elements')}}Définition initiale
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("css.selectors.spelling-error")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf