diff options
Diffstat (limited to 'files/it/web/api/window/blur/index.html')
| -rw-r--r-- | files/it/web/api/window/blur/index.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/files/it/web/api/window/blur/index.html b/files/it/web/api/window/blur/index.html deleted file mode 100644 index de26372766..0000000000 --- a/files/it/web/api/window/blur/index.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Window.blur() -slug: Web/API/Window/blur -translation_of: Web/API/Window/blur ---- -<p id="Sommario">{{APIRef}}</p> - -<p>Deseleziona la finestra, come se l'utente avesse cliccato altrove.</p> - -<h2 id="Sintassi" name="Sintassi">Sintassi</h2> - -<pre class="eval">window.blur() -</pre> - -<h2 id="Esempio" name="Esempio">Esempio</h2> - -<pre class="eval">window.blur(); -</pre> - -<h2 id="Note" name="Note">Note</h2> - -<p>Non ha effetto se la finestra non è selezionata. Si veda anche <a href="it/DOM/window.focus">window.focus</a>.</p> - -<h2 id="Specifiche" name="Specifiche">Specifiche</h2> - -<p>DOM Level 0. Non è parte di alcuno standard.</p> |
