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

Restituisce l'altezza in pixel dell'elemento body del documento corrente.

- -

Syntax

- -
height_value = document.height
-
- -

Parametri

- - - -

Esempio

- -
// visualizza l'altezza del documento
-alert(document.height);
-
- -

Note

- -

Si veda document.width.

- -

Specifiche

- -

DOM Level 0. Non è parte di uno standard.

- -

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

-- cgit v1.2.3-54-g00ecf