From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- .../api/htmlformelement/acceptcharset/index.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 files/it/web/api/htmlformelement/acceptcharset/index.html (limited to 'files/it/web/api/htmlformelement/acceptcharset') 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 ---- -
{{APIRef("HTML DOM")}}
- -

acceptCharset restituisce una lista delle codifiche dei caratteri supportate per un dato elemento form. Questa lista รจ una stringa e gli elementi possono essere separati da virgole o da spazi.

- -

Sintassi

- -
stringa = form.acceptCharset;
-
- -

Esempio

- -
inputs = document.forms["myform"].acceptCharset
-
- -

Specifiche

- -

DOM Level 2 HTML: acceptCharset

-- cgit v1.2.3-54-g00ecf