aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/htmlformelement/acceptcharset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/htmlformelement/acceptcharset/index.html')
-rw-r--r--files/it/web/api/htmlformelement/acceptcharset/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/files/it/web/api/htmlformelement/acceptcharset/index.html b/files/it/web/api/htmlformelement/acceptcharset/index.html
deleted file mode 100644
index 5100a8d7f4..0000000000
--- a/files/it/web/api/htmlformelement/acceptcharset/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: HTMLFormElement.acceptCharset
-slug: Web/API/HTMLFormElement/acceptCharset
-translation_of: Web/API/HTMLFormElement/acceptCharset
----
-<div>{{APIRef("HTML DOM")}}</div>
-
-<p><b>acceptCharset</b> restituisce una lista delle <a href="it/Codifiche_dei_caratteri">codifiche dei caratteri</a> supportate per un dato elemento <code>form</code>. Questa lista รจ una stringa e gli elementi possono essere separati da virgole o da spazi.</p>
-
-<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
-
-<pre class="eval"><i>stringa</i> = form.acceptCharset;
-</pre>
-
-<h3 id="Esempio" name="Esempio">Esempio</h3>
-
-<pre class="eval">inputs = document.forms["myform"].acceptCharset
-</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-19661795">DOM Level 2 HTML: acceptCharset</a></p>