diff options
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/zh-cn/web/api/texttrack/cuechange_event/index.html (renamed from files/zh-cn/web/api/globaleventhandlers/oncuechange/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 46bba1f59e..565ffb1da3 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1355,6 +1355,7 @@ /zh-CN/docs/Web/API/GlobalEventHandlers.onscroll /zh-CN/docs/Web/API/GlobalEventHandlers/onscroll /zh-CN/docs/Web/API/GlobalEventHandlers.onselect /zh-CN/docs/Web/API/GlobalEventHandlers/onselect /zh-CN/docs/Web/API/GlobalEventHandlers.onsubmit /zh-CN/docs/Web/API/GlobalEventHandlers/onsubmit +/zh-CN/docs/Web/API/GlobalEventHandlers/oncuechange /zh-CN/docs/Web/API/TextTrack/cuechange_event /zh-CN/docs/Web/API/GlobalEventHandlers/动画效果 /zh-CN/docs/Web/API/GlobalEventHandlers/onanimationend /zh-CN/docs/Web/API/GlobalEventHandlers/时长改变 /zh-CN/docs/Web/API/GlobalEventHandlers/ondurationchange /zh-CN/docs/Web/API/GlobalFetch /zh-CN/docs/Web/API/WindowOrWorkerGlobalScope diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 3b0798204d..26e96060d7 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -14048,12 +14048,6 @@ "ziyunfei" ] }, - "Web/API/GlobalEventHandlers/oncuechange": { - "modified": "2020-10-15T22:16:52.330Z", - "contributors": [ - "c1er" - ] - }, "Web/API/GlobalEventHandlers/ondblclick": { "modified": "2019-03-24T00:18:08.191Z", "contributors": [ @@ -20396,6 +20390,12 @@ "MCCF" ] }, + "Web/API/TextTrack/cuechange_event": { + "modified": "2020-10-15T22:16:52.330Z", + "contributors": [ + "c1er" + ] + }, "Web/API/TimeRanges": { "modified": "2019-03-18T21:37:59.069Z", "contributors": [ diff --git a/files/zh-cn/web/api/globaleventhandlers/oncuechange/index.html b/files/zh-cn/web/api/texttrack/cuechange_event/index.html index 86ad26d819..a0753d6718 100644 --- a/files/zh-cn/web/api/globaleventhandlers/oncuechange/index.html +++ b/files/zh-cn/web/api/texttrack/cuechange_event/index.html @@ -1,12 +1,13 @@ --- title: GlobalEventHandlers.oncuechange -slug: Web/API/GlobalEventHandlers/oncuechange +slug: Web/API/TextTrack/cuechange_event tags: - API - Event Handler - GlobalEventHandlers - 事件处理函数 translation_of: Web/API/GlobalEventHandlers/oncuechange +original_slug: Web/API/GlobalEventHandlers/oncuechange --- <div>{{ ApiRef("HTML DOM") }}</div> |