blob: f1fa3be67ea41a8bd0eb5415a3a8d1408173adc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
---
title: Window.blur()
slug: Web/API/Window/blur
tags:
- API
- DOM
- Gecko
- Méthode
translation_of: Web/API/Window/blur
---
<p>{{APIRef}}</p>
<p>Éloigne la mise au point de la fenêtre.</p>
<h2 id="Syntax" name="Syntax">Syntaxe</h2>
<pre class="syntaxbox notranslate"><code>window.blur()</code></pre>
<h2 id="Example" name="Example">Exemple</h2>
<pre class="brush:js notranslate">window.blur();</pre>
<h2 id="Notes" name="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>
<table class="spectable standard-table">
<tbody>
<tr>
<th scope="col">Spécification</th>
<th scope="col">Statut</th>
<th scope="col">Commentair</th>
</tr>
<tr>
<td>{{SpecName('HTML WHATWG','interaction.html#dom-window-blur','Window.blur()')}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
<p>{{Compat("api.Window.blur")}}</p>
|