From 947ce0c16a649b94c51d87dc82ce588b44a4e19e Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 14 Jul 2021 00:33:11 +0000 Subject: [CRON] sync translated content --- files/pt-br/_redirects.txt | 1 + files/pt-br/_wikihistory.json | 12 ++++----- .../orphaned/web/api/fullscreenoptions/index.html | 30 ++++++++++++++++++++++ files/pt-br/web/api/fullscreenoptions/index.html | 29 --------------------- 4 files changed, 37 insertions(+), 35 deletions(-) create mode 100644 files/pt-br/orphaned/web/api/fullscreenoptions/index.html delete mode 100644 files/pt-br/web/api/fullscreenoptions/index.html (limited to 'files/pt-br') diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index bc88655535..5a35fcaf0f 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -507,6 +507,7 @@ /pt-BR/docs/Web/API/Element/addEventListener /pt-BR/docs/Web/API/EventTarget/addEventListener /pt-BR/docs/Web/API/Event/Comparativo_entre_Event_Targets /pt-BR/docs/Web/API/Event/Comparison_of_Event_Targets /pt-BR/docs/Web/API/Fetch_API/Uso_de_busca_Cross-global /pt-BR/docs/Web/API/Fetch_API/Cross-global_fetch_usage +/pt-BR/docs/Web/API/FullscreenOptions /pt-BR/docs/orphaned/Web/API/FullscreenOptions /pt-BR/docs/Web/API/HTMLContentElement/Seletor /pt-BR/docs/Web/API/HTMLContentElement/select /pt-BR/docs/Web/API/History_API/Exemplo /pt-BR/docs/Web/API/History_API/Example /pt-BR/docs/Web/API/IndexedDB_API/Usando_IndexedDB /pt-BR/docs/Web/API/IndexedDB_API/Using_IndexedDB diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index e82678edc5..86063b2a99 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -5265,12 +5265,6 @@ "welingtonms" ] }, - "Web/API/FullscreenOptions": { - "modified": "2020-10-15T22:15:52.238Z", - "contributors": [ - "TecladistaProd" - ] - }, "Web/API/Gamepad_API": { "modified": "2020-10-15T22:23:34.951Z", "contributors": [ @@ -16925,6 +16919,12 @@ "bermarques" ] }, + "orphaned/Web/API/FullscreenOptions": { + "modified": "2020-10-15T22:15:52.238Z", + "contributors": [ + "TecladistaProd" + ] + }, "orphaned/Web/API/HTMLOrForeignElement/blur": { "modified": "2020-10-15T22:12:54.970Z", "contributors": [ diff --git a/files/pt-br/orphaned/web/api/fullscreenoptions/index.html b/files/pt-br/orphaned/web/api/fullscreenoptions/index.html new file mode 100644 index 0000000000..165dd5a5be --- /dev/null +++ b/files/pt-br/orphaned/web/api/fullscreenoptions/index.html @@ -0,0 +1,30 @@ +--- +title: FullscreenOptions +slug: orphaned/Web/API/FullscreenOptions +translation_of: Web/API/FullscreenOptions +original_slug: Web/API/FullscreenOptions +--- +

{{APIRef("Fullscreen API")}}

+ +

O dicionário FullscreenOptions é usado para prover configurações quando chamado {{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} em um elemento para colocar este elmento em modo full-screen (tela inteira).

+ +

Propriedades

+ +
+
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
+
Uma string controlando se deve ou não manter elementos da interface do usuário do navegador visíveis enquanto estiver no modo full-screen. O modo padrão, "auto", deixa que o navegador faça esta decisão.
+
+ +

Compatibilidade dos Navegadores

+ + + +

{{Compat("api.FullscreenOptions")}}

+ +

Veja Também

+ + diff --git a/files/pt-br/web/api/fullscreenoptions/index.html b/files/pt-br/web/api/fullscreenoptions/index.html deleted file mode 100644 index 9a85830521..0000000000 --- a/files/pt-br/web/api/fullscreenoptions/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: FullscreenOptions -slug: Web/API/FullscreenOptions -translation_of: Web/API/FullscreenOptions ---- -

{{APIRef("Fullscreen API")}}

- -

O dicionário FullscreenOptions é usado para prover configurações quando chamado {{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} em um elemento para colocar este elmento em modo full-screen (tela inteira).

- -

Propriedades

- -
-
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
-
Uma string controlando se deve ou não manter elementos da interface do usuário do navegador visíveis enquanto estiver no modo full-screen. O modo padrão, "auto", deixa que o navegador faça esta decisão.
-
- -

Compatibilidade dos Navegadores

- - - -

{{Compat("api.FullscreenOptions")}}

- -

Veja Também

- - -- cgit v1.2.3-54-g00ecf