aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/orphaned
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-14 00:33:11 +0000
committerMDN <actions@users.noreply.github.com>2021-07-14 00:33:11 +0000
commit947ce0c16a649b94c51d87dc82ce588b44a4e19e (patch)
tree371269a947c20c8089daaa8330518822613ffdad /files/zh-cn/orphaned
parenta166a99dcc711f65ffa21893a762f4935e0b6359 (diff)
downloadtranslated-content-947ce0c16a649b94c51d87dc82ce588b44a4e19e.tar.gz
translated-content-947ce0c16a649b94c51d87dc82ce588b44a4e19e.tar.bz2
translated-content-947ce0c16a649b94c51d87dc82ce588b44a4e19e.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn/orphaned')
-rw-r--r--files/zh-cn/orphaned/web/api/fullscreenoptions/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html b/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html
new file mode 100644
index 0000000000..c3328c99b2
--- /dev/null
+++ b/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html
@@ -0,0 +1,28 @@
+---
+title: FullscreenOptions
+slug: orphaned/Web/API/FullscreenOptions
+translation_of: Web/API/FullscreenOptions
+original_slug: Web/API/FullscreenOptions
+---
+<p>{{APIRef("Fullscreen API")}}</p>
+
+<p><span class="seoSummary">当调用{{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} 元素以将该元素置于全屏模式时,使用 <strong><code>FullscreenOptions</code></strong> 字典提供配置选项。</span></p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt>{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}</dt>
+ <dd>在元素处于全屏模式时,控制是否保持浏览器用户界面元素可见的字符串。默认的<code>“auto”</code>让浏览器做出这个决定。</dd>
+</dl>
+
+<h2 id="浏览器兼容性">浏览器兼容性</h2>
+
+<p>{{Compat("api.FullscreenOptions")}}</p>
+
+<h2 id="另请参阅">另请参阅</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">Guide to the Fullscreen API</a></li>
+ <li>{{DOMxRef("Element.requestFullscreen()")}}</li>
+</ul>