aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/_doublecolon_spelling-error
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:59:20 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:33 +0200
commit258ba7b4be62d8640477a3bd3146d08b00cb70ec (patch)
treea8476eee4c369ff47bdfe08353774414f2281ba3 /files/fr/web/css/_doublecolon_spelling-error
parent149319bb8c7b1394a443f0877c3460cd362aa815 (diff)
downloadtranslated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.gz
translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.bz2
translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.zip
convert content to md
Diffstat (limited to 'files/fr/web/css/_doublecolon_spelling-error')
-rw-r--r--files/fr/web/css/_doublecolon_spelling-error/index.md91
1 files changed, 40 insertions, 51 deletions
diff --git a/files/fr/web/css/_doublecolon_spelling-error/index.md b/files/fr/web/css/_doublecolon_spelling-error/index.md
index 5fc89ba317..8405cdfc65 100644
--- a/files/fr/web/css/_doublecolon_spelling-error/index.md
+++ b/files/fr/web/css/_doublecolon_spelling-error/index.md
@@ -1,82 +1,71 @@
---
title: '::spelling-error'
-slug: 'Web/CSS/::spelling-error'
+slug: Web/CSS/::spelling-error
tags:
- CSS
- Experimental
- Pseudo-element
- Reference
-translation_of: 'Web/CSS/::spelling-error'
+translation_of: Web/CSS/::spelling-error
---
-<div>{{CSSRef}}{{SeeCompatTable}}</div>
+{{CSSRef}}{{SeeCompatTable}}
-<p>Le pseudo-élément <strong><code>::spelling-error</code></strong> représente une portion de texte que le navigateur signale comme étant mal orthographiée.</p>
+Le pseudo-élément **`::spelling-error`** représente une portion de texte que le navigateur signale comme étant mal orthographiée.
-<pre class="brush: css no-line-numbers">::spelling-error {
+```css
+::spelling-error {
color: red;
-}</pre>
+}
+```
-<h2 id="Propriétés_autoriséees">Propriétés autoriséees</h2>
+## Propriétés autoriséees
-<p>Seul un sous-ensemble restreint de propriétés CSS peut être utilisé dans une règle dont le sélecteur contient <code>::spelling-error</code> :</p>
+Seul un sous-ensemble restreint de propriétés CSS peut être utilisé dans une règle dont le sélecteur contient `::spelling-error` :
-<ul>
- <li>{{cssxref("color")}},</li>
- <li>{{cssxref("background-color")}},</li>
- <li>{{cssxref("cursor")}},</li>
- <li>{{cssxref("caret-color")}}</li>
- <li>{{cssxref("outline")}} et les propriétés détaillées correspondantes,</li>
- <li>{{cssxref("text-decoration")}} et les propriétés détaillées correspondantes.</li>
- <li>{{cssxref("text-emphasis-color")}},</li>
- <li>{{cssxref("text-shadow")}}</li>
-</ul>
+- {{cssxref("color")}},
+- {{cssxref("background-color")}},
+- {{cssxref("cursor")}},
+- {{cssxref("caret-color")}}
+- {{cssxref("outline")}} et les propriétés détaillées correspondantes,
+- {{cssxref("text-decoration")}} et les propriétés détaillées correspondantes.
+- {{cssxref("text-emphasis-color")}},
+- {{cssxref("text-shadow")}}
-<h2 id="Syntaxe">Syntaxe</h2>
+## Syntaxe
-<pre class="syntaxbox">::spelling-error</pre>
+ ::spelling-error
-<h2 id="Exemples">Exemples</h2>
+## Exemples
-<h3 id="CSS">CSS</h3>
+### CSS
-<pre class="brush: css">p::spelling-error { color:red }</pre>
+```css
+p::spelling-error { color:red }
+```
-<h3 id="HTML">HTML</h3>
+### HTML
-<pre class="brush: html">&lt;p&gt;
+```html
+<p>
Alice devina tout de suite qu’il cherch l’éventail
et la paire de gants.
-&lt;/p&gt;</pre>
+</p>
+```
-<h3 id="Résultat">Résultat</h3>
+### Résultat
-<p>{{EmbedLiveSample("Exemples","250","100")}}</p>
+{{EmbedLiveSample("Exemples","250","100")}}
-<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('CSS4 Pseudo-Elements', '#selectordef-spelling-error', '::spelling-error')}}</td>
- <td>{{Spec2('CSS4 Pseudo-Elements')}}</td>
- <td>Définition initiale</td>
- </tr>
- </tbody>
-</table>
+| Spécification | État | Commentaires |
+| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | ------------------- |
+| {{SpecName('CSS4 Pseudo-Elements', '#selectordef-spelling-error', '::spelling-error')}} | {{Spec2('CSS4 Pseudo-Elements')}} | Définition initiale |
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
-<p>{{Compat("css.selectors.spelling-error")}}</p>
+{{Compat("css.selectors.spelling-error")}}
-<h2 id="Voir_aussi">Voir aussi</h2>
+## Voir aussi
-<ul>
- <li>{{cssxref("::grammar-error")}}</li>
-</ul>
+- {{cssxref("::grammar-error")}}