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/web/api/fullscreenoptions/index.html | 29 ------------------------ 1 file changed, 29 deletions(-) delete mode 100644 files/pt-br/web/api/fullscreenoptions/index.html (limited to 'files/pt-br/web') 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