aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/window
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/api/window
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/api/window')
-rw-r--r--files/pt-br/web/api/window/beforeunload_event/index.html3
-rw-r--r--files/pt-br/web/api/window/domcontentloaded_event/index.html3
-rw-r--r--files/pt-br/web/api/window/load_event/index.html3
-rw-r--r--files/pt-br/web/api/window/localstorage/index.html3
4 files changed, 8 insertions, 4 deletions
diff --git a/files/pt-br/web/api/window/beforeunload_event/index.html b/files/pt-br/web/api/window/beforeunload_event/index.html
index 6d6034318c..d8e22e6ba8 100644
--- a/files/pt-br/web/api/window/beforeunload_event/index.html
+++ b/files/pt-br/web/api/window/beforeunload_event/index.html
@@ -1,7 +1,8 @@
---
title: beforeunload
-slug: Web/Events/beforeunload
+slug: Web/API/Window/beforeunload_event
translation_of: Web/API/Window/beforeunload_event
+original_slug: Web/Events/beforeunload
---
<p>O evento <strong><code>beforeunload</code></strong> é disparado quando o <em>window</em>, o <em>document</em> e seus recursos estão prestes a ser descarregados.</p>
diff --git a/files/pt-br/web/api/window/domcontentloaded_event/index.html b/files/pt-br/web/api/window/domcontentloaded_event/index.html
index eb54671921..d5d629de2a 100644
--- a/files/pt-br/web/api/window/domcontentloaded_event/index.html
+++ b/files/pt-br/web/api/window/domcontentloaded_event/index.html
@@ -1,7 +1,8 @@
---
title: DOMContentLoaded
-slug: Web/Events/DOMContentLoaded
+slug: Web/API/Window/DOMContentLoaded_event
translation_of: Web/API/Window/DOMContentLoaded_event
+original_slug: Web/Events/DOMContentLoaded
---
<p>O evento <code>DOMContentLoaded</code> é acionado quando todo o HTML foi completamente carregado e analisado, sem aguardar pelo CSS, imagens, e subframes para encerrar o carregamento. Um evento muito diferente - <a href="/en-US/docs/Mozilla_event_reference/load"><code>load</code></a> - deve ser usado apenas para detectar uma página completamente carregada. É um engano comum as pessoas usarem <a href="/en-US/docs/Mozilla_event_reference/load" style="line-height: 19.0909080505371px;"><code>load</code></a><span style="line-height: 19.0909080505371px;"> quando </span><code style="font-style: normal; line-height: 19.0909080505371px;">DOMContentLoaded</code><span style="line-height: 19.0909080505371px;"> seria muito mais apropriado.</span></p>
diff --git a/files/pt-br/web/api/window/load_event/index.html b/files/pt-br/web/api/window/load_event/index.html
index db04b1ecbe..c83b7f981f 100644
--- a/files/pt-br/web/api/window/load_event/index.html
+++ b/files/pt-br/web/api/window/load_event/index.html
@@ -1,7 +1,8 @@
---
title: load
-slug: Web/Events/load
+slug: Web/API/Window/load_event
translation_of: Web/API/Window/load_event
+original_slug: Web/Events/load
---
<pre dir="ltr" id="tw-target-text">O evento de <code>load</code> é acionado quando um recurso e seus recursos
dependentes terminaram de carregar.</pre>
diff --git a/files/pt-br/web/api/window/localstorage/index.html b/files/pt-br/web/api/window/localstorage/index.html
index 8c7c379435..611f5f396f 100644
--- a/files/pt-br/web/api/window/localstorage/index.html
+++ b/files/pt-br/web/api/window/localstorage/index.html
@@ -1,6 +1,6 @@
---
title: Window.localStorage
-slug: Web/API/Window/Window.localStorage
+slug: Web/API/Window/localStorage
tags:
- API
- Armazenamento
@@ -9,6 +9,7 @@ tags:
- WindowLocalStorage
- localStorage
translation_of: Web/API/Window/localStorage
+original_slug: Web/API/Window/Window.localStorage
---
<p>{{APIRef()}}</p>