aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/blur/index.html
blob: aaad6b9ec190dccfccc5b4cbb26fce7ffad0e21b (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">Syntaxe</h2>

<pre class="syntaxbox"><code>window.blur()</code></pre>

<h2 id="Example">Exemple</h2>

<pre class="brush:js">window.blur();</pre>

<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">Spécification</h2>

<table class="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>