aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/document/applets
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/it/web/api/document/applets
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/it/web/api/document/applets')
-rw-r--r--files/it/web/api/document/applets/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/files/it/web/api/document/applets/index.html b/files/it/web/api/document/applets/index.html
deleted file mode 100644
index 47328fbe65..0000000000
--- a/files/it/web/api/document/applets/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: document.applets
-slug: Web/API/Document/applets
-translation_of: Web/API/Document/applets
----
-<div>{{APIRef("DOM")}}</div>
-
-<p><code>applets</code> restituisce un array contenente le applet presenti nel documento.</p>
-
-<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
-
-<pre class="eval"><i>nodeList</i> = document.applets
-</pre>
-
-<h3 id="Esempio" name="Esempio">Esempio</h3>
-
-<pre class="eval">// ( voglio la seconda applet )
-la_mia_applet_java = document.applets[1];
-</pre>
-
-<h3 id="Specifiche" name="Specifiche">Specifiche</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-85113862">DOM Level 2 HTML: applets</a></p>
-
-<p>{{ languages( { "pl": "pl/DOM/document.applets" } ) }}</p>