aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/touchevent/changedtouches/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/touchevent/changedtouches/index.html')
-rw-r--r--files/ru/web/api/touchevent/changedtouches/index.html6
1 files changed, 3 insertions, 3 deletions
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>