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) --- files/it/web/api/document/width/index.html | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 files/it/web/api/document/width/index.html (limited to 'files/it/web/api/document/width') diff --git a/files/it/web/api/document/width/index.html b/files/it/web/api/document/width/index.html deleted file mode 100644 index 82756dbbc7..0000000000 --- a/files/it/web/api/document/width/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: document.width -slug: Web/API/Document/width -translation_of: Web/API/Document/width ---- -
{{APIRef("DOM")}}
- -

Restituisce la larghezza in pixel dell'elemento body del documento corrente.

- -

Non supportato da IE.

- -

Sintassi

- -
pixels = document.width;
-
- -

Esempio

- -
function init() {
-  alert("La larghezza del documento è di " + document.width + " pixel.");
-}
-
- -

Note

- -

Si veda document.height.

- -

Specifiche

- -

DOM Level 0. Non è parte di uno standard.

- -

{{ languages( { "pl": "pl/DOM/document.width" } ) }}

-- cgit v1.2.3-54-g00ecf