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