diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/api/touchevent | |
parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
download | translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2 translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip |
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/api/touchevent')
-rw-r--r-- | files/ru/web/api/touchevent/altkey/index.html | 6 | ||||
-rw-r--r-- | files/ru/web/api/touchevent/changedtouches/index.html | 6 | ||||
-rw-r--r-- | files/ru/web/api/touchevent/index.html | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/files/ru/web/api/touchevent/altkey/index.html b/files/ru/web/api/touchevent/altkey/index.html index 2ec99f56f9..06b7ad4a7e 100644 --- a/files/ru/web/api/touchevent/altkey/index.html +++ b/files/ru/web/api/touchevent/altkey/index.html @@ -5,18 +5,18 @@ translation_of: Web/API/TouchEvent/altKey --- <p>{{APIRef("Touch Events") }}</p> -<h2 id="Summary" name="Summary">Сводка</h2> +<h2 id="Summary">Сводка</h2> <p>Логическое ({{jsxref("Boolean")}}) значение, показывающее, была ли активирована клавиша <kbd>alt</kbd> (Alternate), когда событие касания было создано. Если клавиша <kbd>alt</kbd> активирована, значение равно <code>true</code>. В противном случае оно равно<code>false</code>.</p> <p>Данное свойство предназначено {{readonlyInline}}.</p> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="eval">var <em>altEnabled</em> = <em>touchEvent</em>.altKey; </pre> -<h3 id="Return_Value" name="Return_Value">Возвращаемое значение</h3> +<h3 id="Return_Value">Возвращаемое значение</h3> <dl> <dt><code>altEnabled</code></dt> diff --git a/files/ru/web/api/touchevent/changedtouches/index.html b/files/ru/web/api/touchevent/changedtouches/index.html index d93099632d..93b26acda4 100644 --- a/files/ru/web/api/touchevent/changedtouches/index.html +++ b/files/ru/web/api/touchevent/changedtouches/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/TouchEvent/changedTouches --- <p>{{ APIRef("Touch Events") }}</p> -<h2 id="Summary" name="Summary">Сводка</h2> +<h2 id="Summary">Сводка</h2> <p>{{ domxref("TouchList") }} список точек касания (объекта {{domxref("Touch")}}), <span id="result_box" lang="ru"><span>смысл которых зависит от типа события</span></span>:</p> @@ -17,12 +17,12 @@ translation_of: Web/API/TouchEvent/changedTouches <p>Это свойство предназначено {{readonlyInline}}.</p> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="eval">var <em>changes</em> = <em>touchEvent</em>.changedTouches; </pre> -<h3 id="Return_Value" name="Return_Value">Возвращаемое значение</h3> +<h3 id="Return_Value">Возвращаемое значение</h3> <dl> <dt><code>changes</code></dt> diff --git a/files/ru/web/api/touchevent/index.html b/files/ru/web/api/touchevent/index.html index d141c8daa5..d061973eb1 100644 --- a/files/ru/web/api/touchevent/index.html +++ b/files/ru/web/api/touchevent/index.html @@ -75,7 +75,7 @@ translation_of: Web/API/TouchEvent <div class="note"><strong>Примечание:</strong> Промежуток времени, в течении которого возникают события <code>touchmove</code>, зависит от конкретного браузера, а также может сильно зависеть от возможностей устройства пользователя. Вам не следует полагаться на конкретную частоту возникновения этих событий.</div> -<h3 id="touchcancel_event" name="touchcancel_event">{{domxref("Element/touchcancel_event", "touchcancel")}}</h3> +<h3 id="touchcancel_event">{{domxref("Element/touchcancel_event", "touchcancel")}}</h3> <p>Происходит, если точка касания была по какой-либо причине удалена. Существует несколько возможных причин, почему это может произойти (и конкретные причины могут разниться от устройства к устройству, от браузера к браузеру):</p> |