diff options
author | MDN <actions@users.noreply.github.com> | 2021-07-14 00:33:11 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-07-14 00:33:11 +0000 |
commit | 947ce0c16a649b94c51d87dc82ce588b44a4e19e (patch) | |
tree | 371269a947c20c8089daaa8330518822613ffdad /files/pt-br/web | |
parent | a166a99dcc711f65ffa21893a762f4935e0b6359 (diff) | |
download | translated-content-947ce0c16a649b94c51d87dc82ce588b44a4e19e.tar.gz translated-content-947ce0c16a649b94c51d87dc82ce588b44a4e19e.tar.bz2 translated-content-947ce0c16a649b94c51d87dc82ce588b44a4e19e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/pt-br/web')
-rw-r--r-- | files/pt-br/web/api/fullscreenoptions/index.html | 29 |
1 files changed, 0 insertions, 29 deletions
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 ---- -<p>{{APIRef("Fullscreen API")}}</p> - -<p><span class="seoSummary">O dicionário <strong><code>FullscreenOptions</code></strong> é usado para prover configurações quando chamado {{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} em um elemento para colocar este elmento em modo full-screen (tela inteira).</span></p> - -<h2 id="Propriedades">Propriedades</h2> - -<dl> - <dt>{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}</dt> - <dd>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, <code>"auto"</code>, deixa que o navegador faça esta decisão.</dd> -</dl> - -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> - - - -<p>{{Compat("api.FullscreenOptions")}}</p> - -<h2 id="Veja_Também">Veja Também</h2> - -<ul> - <li><a href="/en-US/docs/Web/API/Fullscreen_API">Fullscreen API</a></li> - <li><a href="/en-US/docs/Web/API/Fullscreen_API/Guide">Guia para a API de Fullscreen</a></li> - <li>{{DOMxRef("Element.requestFullscreen()")}}</li> -</ul> |