diff options
author | MDN <actions@users.noreply.github.com> | 2022-02-13 00:57:20 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-02-13 00:57:20 +0000 |
commit | a617ec8afec43949849163167daaf51a60d2b298 (patch) | |
tree | dee1a1dc953762fc075d0517e05278142e7faf9a /files/zh-cn/web/api/element | |
parent | 45dd46e6b17e45bcb3655c53eb921119359336f7 (diff) | |
download | translated-content-a617ec8afec43949849163167daaf51a60d2b298.tar.gz translated-content-a617ec8afec43949849163167daaf51a60d2b298.tar.bz2 translated-content-a617ec8afec43949849163167daaf51a60d2b298.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn/web/api/element')
-rw-r--r-- | files/zh-cn/web/api/element/fullscreenchange_event/index.html (renamed from files/zh-cn/web/api/element/onfullscreenchange/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/web/api/element/fullscreenerror_event/index.html (renamed from files/zh-cn/web/api/element/onfullscreenerror/index.html) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/element/onfullscreenchange/index.html b/files/zh-cn/web/api/element/fullscreenchange_event/index.html index 2a2b2416cf..7da05dd65b 100644 --- a/files/zh-cn/web/api/element/onfullscreenchange/index.html +++ b/files/zh-cn/web/api/element/fullscreenchange_event/index.html @@ -1,7 +1,8 @@ --- title: Element.onfullscreenchange -slug: Web/API/Element/onfullscreenchange +slug: Web/API/Element/fullscreenchange_event translation_of: Web/API/Element/onfullscreenchange +original_slug: Web/API/Element/onfullscreenchange --- <div>元素接口的 <code><strong>onfullscreenchange</strong></code><strong> </strong>属性是在元素过渡到或过渡到全屏模式时触发的全屏更改事件的事件处理程序。</div> diff --git a/files/zh-cn/web/api/element/onfullscreenerror/index.html b/files/zh-cn/web/api/element/fullscreenerror_event/index.html index de9e5353c4..502df3c680 100644 --- a/files/zh-cn/web/api/element/onfullscreenerror/index.html +++ b/files/zh-cn/web/api/element/fullscreenerror_event/index.html @@ -1,7 +1,8 @@ --- title: Element.onfullscreenerror -slug: Web/API/Element/onfullscreenerror +slug: Web/API/Element/fullscreenerror_event translation_of: Web/API/Element/onfullscreenerror +original_slug: Web/API/Element/onfullscreenerror --- <div>{{ApiRef("Fullscreen API")}}</div> |