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/_redirects.txt | 1 + files/zh-cn/_wikihistory.json | 12 +++++----- .../orphaned/web/api/fullscreenoptions/index.html | 28 ++++++++++++++++++++++ files/zh-cn/web/api/fullscreenoptions/index.html | 27 --------------------- 4 files changed, 35 insertions(+), 33 deletions(-) create mode 100644 files/zh-cn/orphaned/web/api/fullscreenoptions/index.html delete mode 100644 files/zh-cn/web/api/fullscreenoptions/index.html (limited to 'files/zh-cn') diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 2f520065d0..6c0d49bcf5 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1592,6 +1592,7 @@ /zh-CN/docs/Web/API/File.name /zh-CN/docs/Web/API/File/name /zh-CN/docs/Web/API/FileReader/中止事件(abort) /zh-CN/docs/Web/API/FileReader/abort_event /zh-CN/docs/Web/API/FormData/删除 /zh-CN/docs/Web/API/FormData/delete +/zh-CN/docs/Web/API/FullscreenOptions /zh-CN/docs/orphaned/Web/API/FullscreenOptions /zh-CN/docs/Web/API/Fullscreen_API/指南 /zh-CN/docs/Web/API/Fullscreen_API/Guide /zh-CN/docs/Web/API/Geolocation/Using_geolocation /zh-CN/docs/Web/API/Geolocation_API /zh-CN/docs/Web/API/GeolocationPosition/获取该位置时的时间戳 /zh-CN/docs/Web/API/GeolocationPosition/timestamp diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index a7bda394d5..211897a137 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -13895,12 +13895,6 @@ "peakclown" ] }, - "Web/API/FullscreenOptions": { - "modified": "2020-10-15T22:20:05.430Z", - "contributors": [ - "xiaoxingchi" - ] - }, "Web/API/Fullscreen_API": { "modified": "2020-12-01T00:44:56.235Z", "contributors": [ @@ -49675,6 +49669,12 @@ "wuCrio" ] }, + "orphaned/Web/API/FullscreenOptions": { + "modified": "2020-10-15T22:20:05.430Z", + "contributors": [ + "xiaoxingchi" + ] + }, "orphaned/Web/API/HTMLElement/forceSpellCheck": { "modified": "2019-03-18T21:38:32.415Z", "contributors": [ 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 +--- +

{{APIRef("Fullscreen API")}}

+ +

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

+ +

属性

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

浏览器兼容性

+ +

{{Compat("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