From 6db6ef520b9f6246233f637f7c9b9b3ff282859a Mon Sep 17 00:00:00 2001 From: MDN Date: Sat, 5 Feb 2022 00:44:51 +0000 Subject: [CRON] sync translated content --- files/zh-cn/_redirects.txt | 1 + files/zh-cn/_wikihistory.json | 12 ++--- .../api/globaleventhandlers/oncuechange/index.html | 51 --------------------- .../web/api/texttrack/cuechange_event/index.html | 52 ++++++++++++++++++++++ 4 files changed, 59 insertions(+), 57 deletions(-) delete mode 100644 files/zh-cn/web/api/globaleventhandlers/oncuechange/index.html create mode 100644 files/zh-cn/web/api/texttrack/cuechange_event/index.html (limited to 'files/zh-cn') 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/globaleventhandlers/oncuechange/index.html deleted file mode 100644 index 86ad26d819..0000000000 --- a/files/zh-cn/web/api/globaleventhandlers/oncuechange/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: GlobalEventHandlers.oncuechange -slug: Web/API/GlobalEventHandlers/oncuechange -tags: - - API - - Event Handler - - GlobalEventHandlers - - 事件处理函数 -translation_of: Web/API/GlobalEventHandlers/oncuechange ---- -
{{ ApiRef("HTML DOM") }}
- -
oncuechange 属性属于{{domxref("GlobalEventHandlers")}},是一个处理{{event("cuechange")}}事件的{{event("Event_handlers", "event handler")}}。
- -
当{{domxref("TextTrack")}}更改了当前显示的提示时,cuechange 事件将会触发。
- -

语法

- -
element.oncuechange = handlerFunction;
-var handlerFunction = element.oncuechange;
-
- -

handlerFunction 可以为 null,也可以是一个处理指定事件的JavaScript函数

- -

规范

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG','#handler-oncuechange','oncuechange')}}{{Spec2('HTML WHATWG')}} 
- -

浏览器兼容性

- -

{{Compat("api.GlobalEventHandlers.oncuechange")}}

- -

查看更多

- - diff --git a/files/zh-cn/web/api/texttrack/cuechange_event/index.html b/files/zh-cn/web/api/texttrack/cuechange_event/index.html new file mode 100644 index 0000000000..a0753d6718 --- /dev/null +++ b/files/zh-cn/web/api/texttrack/cuechange_event/index.html @@ -0,0 +1,52 @@ +--- +title: 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 +--- +
{{ ApiRef("HTML DOM") }}
+ +
oncuechange 属性属于{{domxref("GlobalEventHandlers")}},是一个处理{{event("cuechange")}}事件的{{event("Event_handlers", "event handler")}}。
+ +
当{{domxref("TextTrack")}}更改了当前显示的提示时,cuechange 事件将会触发。
+ +

语法

+ +
element.oncuechange = handlerFunction;
+var handlerFunction = element.oncuechange;
+
+ +

handlerFunction 可以为 null,也可以是一个处理指定事件的JavaScript函数

+ +

规范

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG','#handler-oncuechange','oncuechange')}}{{Spec2('HTML WHATWG')}} 
+ +

浏览器兼容性

+ +

{{Compat("api.GlobalEventHandlers.oncuechange")}}

+ +

查看更多

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