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

Restituisce un riferimento al documento contenuto nella finestra.

- -

Sintassi

- -
doc = window.document
-
- -

Parametri

- - - -

Esempio

- -
<html>
-<head>
-   <title>Ciao, mondo!</title>
-</head>
-<body>
-
-<script type="text/javascript">
-   var doc = window.document;
-   alert( doc.title);    // produce: Ciao, mondo!
-</script>
-
-</body>
-</html>
- -

Specifiche

- -

HTML

-- cgit v1.2.3-54-g00ecf