aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-18 20:11:37 +0300
committerGitHub <noreply@github.com>2021-03-18 20:11:37 +0300
commit100316f2f54500ba714391b4f6940e96bd246b77 (patch)
treea28cbef79be92b65373152c0aa2519f03807302d /files/ru/web/api
parent92ec3abaed21f67e7ca74ce02ddd96f0bdbe3f50 (diff)
downloadtranslated-content-100316f2f54500ba714391b4f6940e96bd246b77.tar.gz
translated-content-100316f2f54500ba714391b4f6940e96bd246b77.tar.bz2
translated-content-100316f2f54500ba714391b4f6940e96bd246b77.zip
Remove redundant RTL direction in Russian translation (#216)
Diffstat (limited to 'files/ru/web/api')
-rw-r--r--files/ru/web/api/document/dir/index.html2
-rw-r--r--files/ru/web/api/element/classlist/index.html4
-rw-r--r--files/ru/web/api/webrtc_api/taking_still_photos/index.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/api/document/dir/index.html b/files/ru/web/api/document/dir/index.html
index adfe8dfa7b..10640611ab 100644
--- a/files/ru/web/api/document/dir/index.html
+++ b/files/ru/web/api/document/dir/index.html
@@ -22,7 +22,7 @@ translation_of: Web/API/Document/dir
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="brush: js" dir="rtl"><em>dirStr</em> = <em>document.</em>dir;
+<pre class="brush: js"><em>dirStr</em> = <em>document.</em>dir;
<em>document.dir</em> = <em>dirStr;</em></pre>
<h2 id="Specifications" name="Specifications">Спецификации</h2>
diff --git a/files/ru/web/api/element/classlist/index.html b/files/ru/web/api/element/classlist/index.html
index ef28f56c1c..c96fc8427a 100644
--- a/files/ru/web/api/element/classlist/index.html
+++ b/files/ru/web/api/element/classlist/index.html
@@ -54,10 +54,10 @@ translation_of: Web/API/Element/classList
<h2 id="Примеры">Примеры</h2>
-<pre class="brush: js" dir="rtl">&lt;div id="clock" class="example for you"&gt; &lt;/div&gt;
+<pre class="brush: js">&lt;div id="clock" class="example for you"&gt; &lt;/div&gt;
</pre>
-<pre class="brush: js" dir="rtl">var elem = document.querySelector("#clock")
+<pre class="brush: js">var elem = document.querySelector("#clock")
//Выведем классы
console.log(elem.classList); //DOMTokenList ["example", "for", "you"]
diff --git a/files/ru/web/api/webrtc_api/taking_still_photos/index.html b/files/ru/web/api/webrtc_api/taking_still_photos/index.html
index cdd65b56e9..a15d916a7e 100644
--- a/files/ru/web/api/webrtc_api/taking_still_photos/index.html
+++ b/files/ru/web/api/webrtc_api/taking_still_photos/index.html
@@ -5,7 +5,7 @@ tags:
- Захват WebRTC
translation_of: Web/API/WebRTC_API/Taking_still_photos
---
-<p dir="rtl"><span><span><span><span>{{WebRTCSidebar}}</span></span></span></span></p>
+<p><span><span><span><span>{{WebRTCSidebar}}</span></span></span></span></p>
<p><span class="seoSummary"><span><span><span><span>В этой статье объясняется как использовать WebRTC для получения доступа к камере компьютера или мобильного устройства, и захвата кадров с их помощью. </span></span></span></span></span><a href="https://mdn-samples.mozilla.org/s/webrtc-capturestill"><span><span><span><span>Ознакомьтесь с примером,</span></span></span></span></a><span><span><span><span> а затем узнайте как это работает.</span></span></span></span></p>