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/top/index.html | 87 ---------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 files/it/web/api/window/top/index.html (limited to 'files/it/web/api/window/top') diff --git a/files/it/web/api/window/top/index.html b/files/it/web/api/window/top/index.html deleted file mode 100644 index e884cc29d3..0000000000 --- a/files/it/web/api/window/top/index.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: Window.top -slug: Web/API/Window/top -tags: - - API - - DOM - - Property - - Reference - - Window -translation_of: Web/API/Window/top ---- -

{{ APIRef }}

- -

Sommario

- -

Ritorna un riferimento all'oggetto window più esterno nella gerarchia.

- -

Sintassi

- -
var topWindow = window.top;
-
- -

Note

- -

Mentre proprietà  window.parent restituisce un rifermiento alla window direttamente superiore, la proprietà window.top restituisce un riferimento alla window più alta nella gerarchia delle windows (la più esterna)

- -

Questa proprietà è particolarmente utile quando quando si sta lavorando da una window che può avere una o più windows che la contengono, in questo modo è possibile avere un riferimento alla window più esterna

- -

Specifica

- -

HTML5

- -

Compatibilità con i browser

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
-
- -

Gecko notes

- -
-

Note: dalla versione {{Gecko ("6.0")}}, questa proprietà è read only.

-
-- cgit v1.2.3-54-g00ecf