From b70e1c5047a716aa587abd786a6aa1d197140f5d Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 14 Dec 2021 00:54:59 +0000 Subject: [CRON] sync translated content --- files/ru/_redirects.txt | 2 ++ files/ru/_wikihistory.json | 12 +++---- files/ru/web/api/usb/connect_event/index.html | 31 ++++++++++++++++ files/ru/web/api/usb/disconnect_event/index.html | 31 ++++++++++++++++ files/ru/web/api/usb/onconnect/index.html | 30 ---------------- files/ru/web/api/usb/ondisconnect/index.html | 30 ---------------- files/zh-cn/_redirects.txt | 1 + files/zh-cn/_wikihistory.json | 2 +- .../web/api/visualviewport/onscroll/index.html | 41 --------------------- .../web/api/visualviewport/scroll_event/index.html | 42 ++++++++++++++++++++++ 10 files changed, 114 insertions(+), 108 deletions(-) create mode 100644 files/ru/web/api/usb/connect_event/index.html create mode 100644 files/ru/web/api/usb/disconnect_event/index.html delete mode 100644 files/ru/web/api/usb/onconnect/index.html delete mode 100644 files/ru/web/api/usb/ondisconnect/index.html delete mode 100644 files/zh-cn/web/api/visualviewport/onscroll/index.html create mode 100644 files/zh-cn/web/api/visualviewport/scroll_event/index.html diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 83d86a70a2..b6ded722e2 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -364,6 +364,8 @@ /ru/docs/Web/API/PositionError /ru/docs/Web/API/GeolocationPositionError /ru/docs/Web/API/PositionOptions /ru/docs/conflicting/Web/API/Geolocation/getCurrentPosition /ru/docs/Web/API/RandomSource/getRandomValues /ru/docs/Web/API/Crypto/getRandomValues +/ru/docs/Web/API/USB/onconnect /ru/docs/Web/API/USB/connect_event +/ru/docs/Web/API/USB/ondisconnect /ru/docs/Web/API/USB/disconnect_event /ru/docs/Web/API/WebGL_API/Adding_2D_content_to_a_WebGL_context /ru/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context /ru/docs/Web/API/WebGL_API/Animating_objects_with_WebGL /ru/docs/Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL /ru/docs/Web/API/WebGL_API/Getting_started_with_WebGL /ru/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 38f2ddd37a..1e6f4922fc 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -10541,20 +10541,20 @@ "Kami-san" ] }, - "Web/API/USB/getDevices": { - "modified": "2020-10-15T22:31:15.293Z", + "Web/API/USB/connect_event": { + "modified": "2020-10-15T22:31:15.839Z", "contributors": [ "Kami-san" ] }, - "Web/API/USB/onconnect": { - "modified": "2020-10-15T22:31:15.839Z", + "Web/API/USB/disconnect_event": { + "modified": "2020-10-15T22:31:11.552Z", "contributors": [ "Kami-san" ] }, - "Web/API/USB/ondisconnect": { - "modified": "2020-10-15T22:31:11.552Z", + "Web/API/USB/getDevices": { + "modified": "2020-10-15T22:31:15.293Z", "contributors": [ "Kami-san" ] diff --git a/files/ru/web/api/usb/connect_event/index.html b/files/ru/web/api/usb/connect_event/index.html new file mode 100644 index 0000000000..b296f6b974 --- /dev/null +++ b/files/ru/web/api/usb/connect_event/index.html @@ -0,0 +1,31 @@ +--- +title: USB.onconnect +slug: Web/API/USB/connect_event +tags: + - API + - Method + - Reference + - USB + - WebUSB + - WebUSB API + - onconnect +translation_of: Web/API/USB/onconnect +original_slug: Web/API/USB/onconnect +--- +

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

+ +

Свойство onconnect интерфейса {{DOMxRef("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство подключается.

+ +

Синтаксис

+ +
USB.onconnect = connectFunction
+ +

Спецификации

+ +{{Specifications}} + +

Совместимость с браузерами

+ + + +

{{Compat}}

diff --git a/files/ru/web/api/usb/disconnect_event/index.html b/files/ru/web/api/usb/disconnect_event/index.html new file mode 100644 index 0000000000..06e850bb5f --- /dev/null +++ b/files/ru/web/api/usb/disconnect_event/index.html @@ -0,0 +1,31 @@ +--- +title: USB.ondisconnect +slug: Web/API/USB/disconnect_event +tags: + - API + - Method + - Reference + - USB + - WebUSB + - WebUSB API + - ondisconnect +translation_of: Web/API/USB/ondisconnect +original_slug: Web/API/USB/ondisconnect +--- +

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

+ +

Свойство ondisconnect интерфейса {{domxref("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство отключается.

+ +

Синтаксис

+ +
USB.ondisconnect = disconnectFunction
+ +

Спецификации

+ +{{Specifications}} + +

Совместимость с браузерами

+ + + +

{{Compat}}

diff --git a/files/ru/web/api/usb/onconnect/index.html b/files/ru/web/api/usb/onconnect/index.html deleted file mode 100644 index 8b60c4b889..0000000000 --- a/files/ru/web/api/usb/onconnect/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: USB.onconnect -slug: Web/API/USB/onconnect -tags: - - API - - Method - - Reference - - USB - - WebUSB - - WebUSB API - - onconnect -translation_of: Web/API/USB/onconnect ---- -

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

- -

Свойство onconnect интерфейса {{DOMxRef("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство подключается.

- -

Синтаксис

- -
USB.onconnect = connectFunction
- -

Спецификации

- -{{Specifications}} - -

Совместимость с браузерами

- - - -

{{Compat}}

diff --git a/files/ru/web/api/usb/ondisconnect/index.html b/files/ru/web/api/usb/ondisconnect/index.html deleted file mode 100644 index d9e18286f0..0000000000 --- a/files/ru/web/api/usb/ondisconnect/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: USB.ondisconnect -slug: Web/API/USB/ondisconnect -tags: - - API - - Method - - Reference - - USB - - WebUSB - - WebUSB API - - ondisconnect -translation_of: Web/API/USB/ondisconnect ---- -

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}

- -

Свойство ondisconnect интерфейса {{domxref("USB")}} является обработчиком события, который вызывается всегда, когда сопряжённое устройство отключается.

- -

Синтаксис

- -
USB.ondisconnect = disconnectFunction
- -

Спецификации

- -{{Specifications}} - -

Совместимость с браузерами

- - - -

{{Compat}}

diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 8c20e77a7b..1d1fb901fc 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1512,6 +1512,7 @@ /zh-CN/docs/Web/API/URLUtils/search /zh-CN/docs/Web/API/HTMLAnchorElement/search /zh-CN/docs/Web/API/URLUtils/toString /zh-CN/docs/Web/API/HTMLAnchorElement/toString /zh-CN/docs/Web/API/URLUtils/username /zh-CN/docs/Web/API/HTMLAnchorElement/username +/zh-CN/docs/Web/API/VisualViewport/onscroll /zh-CN/docs/Web/API/VisualViewport/scroll_event /zh-CN/docs/Web/API/WebGLRenderingContext/多边形偏移(polygonOffset) /zh-CN/docs/Web/API/WebGLRenderingContext/polygonOffset /zh-CN/docs/Web/API/WebGL_API/Adding_2D_content_to_a_WebGL_context /zh-CN/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context /zh-CN/docs/Web/API/WebGL_API/Getting_started_with_WebGL /zh-CN/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index d92c883026..48f41f997c 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -21062,7 +21062,7 @@ "aimaoll" ] }, - "Web/API/VisualViewport/onscroll": { + "Web/API/VisualViewport/scroll_event": { "modified": "2020-10-15T22:34:23.403Z", "contributors": [ "penneix" diff --git a/files/zh-cn/web/api/visualviewport/onscroll/index.html b/files/zh-cn/web/api/visualviewport/onscroll/index.html deleted file mode 100644 index e4666d8669..0000000000 --- a/files/zh-cn/web/api/visualviewport/onscroll/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: VisualViewport.onscroll -slug: Web/API/VisualViewport/onscroll -translation_of: Web/API/VisualViewport/onscroll ---- -

{{APIRef("Visual Viewport")}}{{ SeeCompatTable() }}

- -

The onscroll event handler of the {{domxref("VisualViewport")}} interface is called when a viewport is scrolled, i.e. when the scroll event is fired.

- -

Syntax

- -
VisualViewport.onscroll = function(e) { ... }
- -

Examples

- -
VisualViewport.onscroll = function(e) {
-  ...
-}
- -

Specifications

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Visual Viewport','#dom-visualviewport-onscroll','onscroll')}}{{Spec2('Visual Viewport')}}Initial definition.
- -

Browser compatibility

- - - -

{{Compat("api.VisualViewport.onscroll")}}

diff --git a/files/zh-cn/web/api/visualviewport/scroll_event/index.html b/files/zh-cn/web/api/visualviewport/scroll_event/index.html new file mode 100644 index 0000000000..914003b516 --- /dev/null +++ b/files/zh-cn/web/api/visualviewport/scroll_event/index.html @@ -0,0 +1,42 @@ +--- +title: VisualViewport.onscroll +slug: Web/API/VisualViewport/scroll_event +translation_of: Web/API/VisualViewport/onscroll +original_slug: Web/API/VisualViewport/onscroll +--- +

{{APIRef("Visual Viewport")}}{{ SeeCompatTable() }}

+ +

The onscroll event handler of the {{domxref("VisualViewport")}} interface is called when a viewport is scrolled, i.e. when the scroll event is fired.

+ +

Syntax

+ +
VisualViewport.onscroll = function(e) { ... }
+ +

Examples

+ +
VisualViewport.onscroll = function(e) {
+  ...
+}
+ +

Specifications

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Visual Viewport','#dom-visualviewport-onscroll','onscroll')}}{{Spec2('Visual Viewport')}}Initial definition.
+ +

Browser compatibility

+ + + +

{{Compat("api.VisualViewport.onscroll")}}

-- cgit v1.2.3-54-g00ecf