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/zh-cn/web/api/fullscreenoptions/index.html | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 files/zh-cn/web/api/fullscreenoptions/index.html (limited to 'files/zh-cn/web/api/fullscreenoptions') diff --git a/files/zh-cn/web/api/fullscreenoptions/index.html b/files/zh-cn/web/api/fullscreenoptions/index.html deleted file mode 100644 index 2df37297c5..0000000000 --- a/files/zh-cn/web/api/fullscreenoptions/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: FullscreenOptions -slug: Web/API/FullscreenOptions -translation_of: Web/API/FullscreenOptions ---- -

{{APIRef("Fullscreen API")}}

- -

当调用{{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} 元素以将该元素置于全屏模式时,使用 FullscreenOptions 字典提供配置选项。

- -

属性

- -
-
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
-
在元素处于全屏模式时,控制是否保持浏览器用户界面元素可见的字符串。默认的“auto”让浏览器做出这个决定。
-
- -

浏览器兼容性

- -

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

- -

另请参阅

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