diff options
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 8 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 32 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/guide/events/media_events/index.html (renamed from files/zh-cn/web/guide/events/media_events/index.html) | 3 |
3 files changed, 25 insertions, 18 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 1cd64f981b..31e6895182 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE MANUALLY. +# Use the CLI instead: +# +# yarn content add-redirect <fromURL> <toURL> +# # FROM-URL TO-URL /zh-CN/docs/2332 /zh-CN/docs/Web/API/Element/attributes /zh-CN/docs/AJAX /zh-CN/docs/Web/Guide/AJAX @@ -1321,7 +1326,7 @@ /zh-CN/docs/MDN/Structures/Macros/Custom_macros /zh-CN/docs/MDN/Structures/Macros/Commonly-used_macros /zh-CN/docs/MDN/User_guide/写作 /zh-CN/docs/MDN/User_guide/Writing /zh-CN/docs/MDN_at_ten /zh-CN/docs/MDN/At_ten -/zh-CN/docs/Media_Gallery /zh-CN/docs/Web/Guide/Events/Media_events +/zh-CN/docs/Media_Gallery /zh-CN/docs/orphaned/Web/Guide/Events/Media_events /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/contextMenus /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/menus /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/devtools.inspectedWindow /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/tabs/查询 /zh-CN/docs/Mozilla/Add-ons/WebExtensions/API/tabs/query @@ -2255,6 +2260,7 @@ /zh-CN/docs/Web/Guide/CSS/媒体查询 /zh-CN/docs/Web/CSS/Media_Queries/Using_media_queries /zh-CN/docs/Web/Guide/DOM /zh-CN/docs/conflicting/Web/API/Document_Object_Model_dd00a71ceceac547ab464128db6bd8ef /zh-CN/docs/Web/Guide/DOM/Whitespace_in_the_DOM /zh-CN/docs/Web/API/Document_Object_Model/Whitespace +/zh-CN/docs/Web/Guide/Events/Media_events /zh-CN/docs/orphaned/Web/Guide/Events/Media_events /zh-CN/docs/Web/Guide/Events/Touch_events /zh-CN/docs/Web/API/Touch_events /zh-CN/docs/Web/Guide/Events/事件回调 /zh-CN/docs/Web/Guide/Events/Event_handlers /zh-CN/docs/Web/Guide/HTML /zh-CN/docs/Learn/HTML diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 9f7bfd27f1..ff8e2077c3 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -28865,22 +28865,6 @@ "Darrel.Hsu" ] }, - "Web/Guide/Events/Media_events": { - "modified": "2020-07-02T07:14:48.714Z", - "contributors": [ - "9aoyang", - "haocity", - "TimRChen", - "maicss", - "GSBL", - "bizbin", - "esterTion", - "SudoKillMe", - "zilong-thu", - "ziyunfei", - "Anonymous" - ] - }, "Web/Guide/Events/Mutation_events": { "modified": "2019-03-23T22:51:23.609Z", "contributors": [ @@ -50798,5 +50782,21 @@ "AlexChao", "ziyunfei" ] + }, + "orphaned/Web/Guide/Events/Media_events": { + "modified": "2020-07-02T07:14:48.714Z", + "contributors": [ + "9aoyang", + "haocity", + "TimRChen", + "maicss", + "GSBL", + "bizbin", + "esterTion", + "SudoKillMe", + "zilong-thu", + "ziyunfei", + "Anonymous" + ] } }
\ No newline at end of file diff --git a/files/zh-cn/web/guide/events/media_events/index.html b/files/zh-cn/orphaned/web/guide/events/media_events/index.html index a436959d90..00bb7bfba4 100644 --- a/files/zh-cn/web/guide/events/media_events/index.html +++ b/files/zh-cn/orphaned/web/guide/events/media_events/index.html @@ -1,11 +1,12 @@ --- title: 媒体相关事件 -slug: Web/Guide/Events/Media_events +slug: orphaned/Web/Guide/Events/Media_events tags: - Audio - Media - Video translation_of: Web/Guide/Events/Media_events +original_slug: Web/Guide/Events/Media_events --- <p>在处理用{{ HTMLElement("audio") }} 和 {{ HTMLElement("video") }}标签嵌入到HTML文档中的媒体时,会触发多种事件。本章列出这些事件,并给出一些使用方法。</p> |