aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-16 16:27:00 -0400
committerGitHub <noreply@github.com>2021-07-17 04:27:00 +0800
commitb9afb23d12dcae1e09f8d04c72143c5ddaa34aea (patch)
treef6c20844119bcaf0131ad4a037e0245577927f2c /files/zh-cn/orphaned/web/api/fullscreenoptions/index.html
parent1aa671566c3a990ec2df9a46137471d624b6f7ff (diff)
downloadtranslated-content-b9afb23d12dcae1e09f8d04c72143c5ddaa34aea.tar.gz
translated-content-b9afb23d12dcae1e09f8d04c72143c5ddaa34aea.tar.bz2
translated-content-b9afb23d12dcae1e09f8d04c72143c5ddaa34aea.zip
delete conflicting/orphaned docs (zh-CN) (#1412)
* delete conflicting docs (zh-CN) * and redirects * do orphaned as well * fix * remove more orphans * revert orphaned docs that can identify origin * move orphaned docs to current loc * adjust slug path * fix redirect change from rebase Co-authored-by: Irvin <irvinfly@gmail.com>
Diffstat (limited to 'files/zh-cn/orphaned/web/api/fullscreenoptions/index.html')
-rw-r--r--files/zh-cn/orphaned/web/api/fullscreenoptions/index.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html b/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html
deleted file mode 100644
index c3328c99b2..0000000000
--- a/files/zh-cn/orphaned/web/api/fullscreenoptions/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
----
-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>