aboutsummaryrefslogtreecommitdiff
path: root/files/ru
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru')
-rw-r--r--files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html2
-rw-r--r--files/ru/learn/forms/your_first_form/index.html2
-rw-r--r--files/ru/mozilla/developer_guide/source_code/index.html2
-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
-rw-r--r--files/ru/web/css/css_images/using_css_gradients/index.html4
-rw-r--r--files/ru/web/css/line-height/index.html2
-rw-r--r--files/ru/web/javascript/inheritance_and_the_prototype_chain/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/this/index.html2
-rw-r--r--files/ru/web/javascript/reference/statements/function_star_/index.html2
-rw-r--r--files/ru/web/manifest/background_color/index.html2
-rw-r--r--files/ru/web/manifest/iarc_rating_id/index.html2
-rw-r--r--files/ru/web/manifest/lang/index.html2
-rw-r--r--files/ru/web/manifest/orientation/index.html2
-rw-r--r--files/ru/web/manifest/start_url/index.html4
16 files changed, 19 insertions, 19 deletions
diff --git a/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html b/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html
index 346f30c01e..f1a3bac827 100644
--- a/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html
+++ b/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html
@@ -114,7 +114,7 @@ original_slug: Web/Guide/CSS/Getting_started/Cascading_and_inheritance
<h3 id="CSS_2">CSS</h3>
-<pre class="brush:css" dir="rtl">p {color:blue; text-decoration:underline}
+<pre class="brush:css">p {color:blue; text-decoration:underline}
strong {color:red}</pre>
<p>{{ EmbedLiveSample('After') }}</p>
diff --git a/files/ru/learn/forms/your_first_form/index.html b/files/ru/learn/forms/your_first_form/index.html
index 5acaaa7d8e..1a0a82e00c 100644
--- a/files/ru/learn/forms/your_first_form/index.html
+++ b/files/ru/learn/forms/your_first_form/index.html
@@ -89,7 +89,7 @@ original_slug: Learn/HTML/Forms/Ваша_первая_HTML_форма
<p>В терминах HTML нам нужен код наподобие представленного ниже, чтобы добавить виджеты форм:</p>
-<pre class="brush:html; notranslate" dir="rtl">&lt;form action="/my-handling-form-page" method="post"&gt;
+<pre class="brush:html; notranslate">&lt;form action="/my-handling-form-page" method="post"&gt;
  &lt;ul&gt;
&lt;li&gt;
&lt;label for="name"&gt;Name:&lt;/label&gt;
diff --git a/files/ru/mozilla/developer_guide/source_code/index.html b/files/ru/mozilla/developer_guide/source_code/index.html
index f7231a2093..bb02afb847 100644
--- a/files/ru/mozilla/developer_guide/source_code/index.html
+++ b/files/ru/mozilla/developer_guide/source_code/index.html
@@ -7,4 +7,4 @@ tags:
translation_of: Mozilla/Developer_guide/Source_Code
original_slug: Mozilla/Developer_guide/Исходный_код
---
-<math dir="rtl" display="block"><semantics><mrow><mi>t</mi><mi>e</mi><mi>x</mi></mrow><annotation encoding="TeX">tex</annotation></semantics></math>
+<math display="block"><semantics><mrow><mi>t</mi><mi>e</mi><mi>x</mi></mrow><annotation encoding="TeX">tex</annotation></semantics></math>
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>
diff --git a/files/ru/web/css/css_images/using_css_gradients/index.html b/files/ru/web/css/css_images/using_css_gradients/index.html
index 5f029e06fa..0f2b61d2fe 100644
--- a/files/ru/web/css/css_images/using_css_gradients/index.html
+++ b/files/ru/web/css/css_images/using_css_gradients/index.html
@@ -25,7 +25,7 @@ translation_of: Web/CSS/CSS_Images/Using_CSS_gradients
<p>Чтобы создать самый простой тип градиента, всё, что вам нужно – это указать два цвета. Они называются <em>точки остановки цвета</em>. Их должно быть, как минимум, две, но у вас может быть столько, сколько захотите.</p>
<div class="hidden">
-<pre class="brush: html" dir="rtl">&lt;div class="simple-linear"&gt;&lt;/div&gt;</pre>
+<pre class="brush: html">&lt;div class="simple-linear"&gt;&lt;/div&gt;</pre>
<pre class="brush: css">div {
width: 120px;
@@ -188,7 +188,7 @@ translation_of: Web/CSS/CSS_Images/Using_CSS_gradients
<p>По умолчанию градиент идёт плавно от одного цвета до другого. Вы можете добавить цветовую подсказку, чтобы переместить значение средней точки перехода в определённую точку градиента. В этом примере мы переместили среднюю точку перехода из отметки 50% на отметку 10%.</p>
<div class="hidden">
-<pre class="brush: html" dir="rtl">&lt;div class="color-hint"&gt;&lt;/div&gt;
+<pre class="brush: html">&lt;div class="color-hint"&gt;&lt;/div&gt;
&lt;div class="simple-linear"&gt;&lt;/div&gt;</pre>
<pre class="brush: css">div {
diff --git a/files/ru/web/css/line-height/index.html b/files/ru/web/css/line-height/index.html
index cdf7b1bf8e..b15c03c1fe 100644
--- a/files/ru/web/css/line-height/index.html
+++ b/files/ru/web/css/line-height/index.html
@@ -11,7 +11,7 @@ translation_of: Web/CSS/line-height
-<p dir="rtl" id="Syntax"></p>
+<p id="Syntax"></p>
<h2 id="Синтаксис">Синтаксис</h2>
diff --git a/files/ru/web/javascript/inheritance_and_the_prototype_chain/index.html b/files/ru/web/javascript/inheritance_and_the_prototype_chain/index.html
index 7f6f3fab86..bf82041c88 100644
--- a/files/ru/web/javascript/inheritance_and_the_prototype_chain/index.html
+++ b/files/ru/web/javascript/inheritance_and_the_prototype_chain/index.html
@@ -8,7 +8,7 @@ tags:
- Прототип объекта
translation_of: Web/JavaScript/Inheritance_and_the_prototype_chain
---
-<p dir="rtl">{{jsSidebar("Advanced")}}</p>
+<p>{{jsSidebar("Advanced")}}</p>
<p>Модель наследования в JavaScript может озадачить опытных разработчиков на высокоуровневых объектно-ориентированных языках (таких, например, как Java или C++), поскольку она динамическая и не включает в себя реализацию понятия <code>class</code> (хотя ключевое слово <code>class,</code> бывшее долгие годы зарезервированным, и приобрело практическое значение в стандарте ES2015, однако, Class в JavaScript ES&gt;=6 представляет собой лишь "синтаксический сахар" поверх прототипно-ориентированной модели наследования).</p>
diff --git a/files/ru/web/javascript/reference/operators/this/index.html b/files/ru/web/javascript/reference/operators/this/index.html
index 2176ebbdef..6bf5f9f20a 100644
--- a/files/ru/web/javascript/reference/operators/this/index.html
+++ b/files/ru/web/javascript/reference/operators/this/index.html
@@ -81,7 +81,7 @@ f2() === undefined; // true
<p><strong>Пример 1</strong></p>
-<pre dir="rtl"><code>// </code>В качестве первого аргумента методов<code> call или apply</code> может быть передан объект<code>,
+<pre><code>// </code>В качестве первого аргумента методов<code> call или apply</code> может быть передан объект<code>,
// на который будет указывать this.</code><code>
var obj = {a: 'Custom'};
diff --git a/files/ru/web/javascript/reference/statements/function_star_/index.html b/files/ru/web/javascript/reference/statements/function_star_/index.html
index 69567963bb..0ad2484d9d 100644
--- a/files/ru/web/javascript/reference/statements/function_star_/index.html
+++ b/files/ru/web/javascript/reference/statements/function_star_/index.html
@@ -55,7 +55,7 @@ console.log(gen.next().value); // undefined
<h3 id="Пример_с_yield*">Пример с yield*</h3>
-<pre class="brush: js" dir="rtl">function* anotherGenerator(i) {
+<pre class="brush: js">function* anotherGenerator(i) {
yield i + 1;
yield i + 2;
yield i + 3;
diff --git a/files/ru/web/manifest/background_color/index.html b/files/ru/web/manifest/background_color/index.html
index 25da0d77ce..98b745c6a3 100644
--- a/files/ru/web/manifest/background_color/index.html
+++ b/files/ru/web/manifest/background_color/index.html
@@ -39,7 +39,7 @@ translation_of: Web/Manifest/background_color
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl"><code>"background_color": "red"</code></pre>
+<pre class="brush: json"><code>"background_color": "red"</code></pre>
<h2 id="Спецификации">Спецификации</h2>
diff --git a/files/ru/web/manifest/iarc_rating_id/index.html b/files/ru/web/manifest/iarc_rating_id/index.html
index 188472ad28..aade1a54b6 100644
--- a/files/ru/web/manifest/iarc_rating_id/index.html
+++ b/files/ru/web/manifest/iarc_rating_id/index.html
@@ -37,7 +37,7 @@ translation_of: Web/Manifest/iarc_rating_id
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl">"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
+<pre class="brush: json">"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
</pre>
<h2 id="Specification">Specification</h2>
diff --git a/files/ru/web/manifest/lang/index.html b/files/ru/web/manifest/lang/index.html
index bc0fecb593..e53c147c1b 100644
--- a/files/ru/web/manifest/lang/index.html
+++ b/files/ru/web/manifest/lang/index.html
@@ -33,7 +33,7 @@ translation_of: Web/Manifest/lang
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl">"lang": "en-US"</pre>
+<pre class="brush: json">"lang": "en-US"</pre>
<h2 id="Specification">Specification</h2>
diff --git a/files/ru/web/manifest/orientation/index.html b/files/ru/web/manifest/orientation/index.html
index eae33e0614..4559f0038e 100644
--- a/files/ru/web/manifest/orientation/index.html
+++ b/files/ru/web/manifest/orientation/index.html
@@ -59,7 +59,7 @@ translation_of: Web/Manifest/orientation
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl"><code>​​"orientation": "portrait-primary"</code></pre>
+<pre class="brush: json"><code>​​"orientation": "portrait-primary"</code></pre>
<h2 id="Specifications">Specifications</h2>
diff --git a/files/ru/web/manifest/start_url/index.html b/files/ru/web/manifest/start_url/index.html
index f3af34a7a7..c47425be65 100644
--- a/files/ru/web/manifest/start_url/index.html
+++ b/files/ru/web/manifest/start_url/index.html
@@ -39,14 +39,14 @@ translation_of: Web/Manifest/start_url
<h3 id="Absolute_URL">Absolute URL</h3>
-<pre class="brush: json" dir="rtl"><code>"start_url": "https://example.com"</code>
+<pre class="brush: json"><code>"start_url": "https://example.com"</code>
</pre>
<h3 id="Relative_URL">Relative URL</h3>
<p>Если URL является относительным, для его разрешения используется URL манифеста.</p>
-<pre class="brush: json" dir="rtl"><code>"start_url": "../startpoint.html"</code>
+<pre class="brush: json"><code>"start_url": "../startpoint.html"</code>
</pre>
<h2 id="Specifications">Specifications</h2>