aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/touchevent
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/touchevent')
-rw-r--r--files/ru/web/api/touchevent/altkey/index.html6
-rw-r--r--files/ru/web/api/touchevent/changedtouches/index.html6
-rw-r--r--files/ru/web/api/touchevent/index.html2
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>