From ffbf5a234039386eae76968a1844f766a9da3d67 Mon Sep 17 00:00:00 2001 From: Alexey Istomin Date: Sat, 20 Mar 2021 17:12:30 +0300 Subject: Fix various typos in Russian translation (#238) * docs(ru): fix typos * Update index.html Co-authored-by: Alexey Pyltsyn --- files/ru/web/api/globaleventhandlers/onanimationcancel/index.html | 2 +- files/ru/web/api/globaleventhandlers/onanimationend/index.html | 2 +- files/ru/web/api/globaleventhandlers/onfocus/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/globaleventhandlers') diff --git a/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html b/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html index 793c33b602..91a6e2bc07 100644 --- a/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html +++ b/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/GlobalEventHandlers/onanimationcancel

Обработчик события {{event("animationcancel")}} . Это событие вызывается когда CSS Анимация (CSS Animation) неожиданно прерывается (иными словами, в любой момент, когда анимация прекращает воспроизведение, не отправляя событие завершения {{event("animationend")}} ), например, когда изменяется {{cssxref("animation-name")}}, анимация удаляется или когда элемент с анимацией оказывается скрыт  (непосредственно сам элемент, или другой элемент, содержащий его) средствами CSS. 

-

Синтакс

+

Синтаксис

var animCancelHandler = target.onanimationcancel;
 
diff --git a/files/ru/web/api/globaleventhandlers/onanimationend/index.html b/files/ru/web/api/globaleventhandlers/onanimationend/index.html
index b9b815672f..4def465047 100644
--- a/files/ru/web/api/globaleventhandlers/onanimationend/index.html
+++ b/files/ru/web/api/globaleventhandlers/onanimationend/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/GlobalEventHandlers/onanimationend
 
 

Обработчик события {{event("animationend")}}. Это событие вызывается когда CSS анимация достигает конца своего активного периода, который вычисляется как ({{cssxref("animation-duration")}} * {{cssxref("animation-iteration-count")}}) + {{cssxref("animation-delay")}}.

-

Синтакс

+

Синтаксис

var animEndHandler = target.onanimationend;
 
diff --git a/files/ru/web/api/globaleventhandlers/onfocus/index.html b/files/ru/web/api/globaleventhandlers/onfocus/index.html
index ad7fce00bc..4c6d62e881 100644
--- a/files/ru/web/api/globaleventhandlers/onfocus/index.html
+++ b/files/ru/web/api/globaleventhandlers/onfocus/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/GlobalEventHandlers/onfocus
 
 

Свойство onfocus устанавливает обработчик события onFocus на данный элемент.

-

Синтакс

+

Синтаксис

element.onfocus = выполняемый код при сработке события
 
-- cgit v1.2.3-54-g00ecf