From 100316f2f54500ba714391b4f6940e96bd246b77 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 18 Mar 2021 20:11:37 +0300 Subject: Remove redundant RTL direction in Russian translation (#216) --- files/ru/web/api/document/dir/index.html | 2 +- files/ru/web/api/element/classlist/index.html | 4 ++-- files/ru/web/api/webrtc_api/taking_still_photos/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/api') 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

Синтаксис

-
dirStr = document.dir;
+
dirStr = document.dir;
 document.dir = dirStr;

Спецификации

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

Примеры

-
<div id="clock" class="example for you"> </div>
+
<div id="clock" class="example for you"> </div>
 
-
var elem = document.querySelector("#clock")
+
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
 ---
-

{{WebRTCSidebar}}

+

{{WebRTCSidebar}}

В этой статье объясняется как использовать WebRTC для получения доступа к камере компьютера или мобильного устройства, и захвата кадров с их помощью. Ознакомьтесь с примером, а затем узнайте как это работает.

-- cgit v1.2.3-54-g00ecf