diff options
Diffstat (limited to 'files/fr/web/api/window/blur/index.html')
-rw-r--r-- | files/fr/web/api/window/blur/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/files/fr/web/api/window/blur/index.html b/files/fr/web/api/window/blur/index.html index f1fa3be67e..aaad6b9ec1 100644 --- a/files/fr/web/api/window/blur/index.html +++ b/files/fr/web/api/window/blur/index.html @@ -12,21 +12,21 @@ translation_of: Web/API/Window/blur <p>Éloigne la mise au point de la fenêtre.</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> -<pre class="syntaxbox notranslate"><code>window.blur()</code></pre> +<pre class="syntaxbox"><code>window.blur()</code></pre> -<h2 id="Example" name="Example">Exemple</h2> +<h2 id="Example">Exemple</h2> -<pre class="brush:js notranslate">window.blur();</pre> +<pre class="brush:js">window.blur();</pre> -<h2 id="Notes" name="Notes">Notes</h2> +<h2 id="Notes">Notes</h2> <p>La méthode window.blur () est l'équivalent programmatique du déplacement du focus de l'utilisateur loin de la fenêtre courante.</p> -<h2 id="Specification" name="Specification">Spécification</h2> +<h2 id="Specification">Spécification</h2> -<table class="spectable standard-table"> +<table class="standard-table"> <tbody> <tr> <th scope="col">Spécification</th> |