aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/element/picture/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-20 16:56:28 +0300
committerGitHub <noreply@github.com>2021-03-20 16:56:28 +0300
commit0057f9bf08252974cd89456bd9f4334dc236c40a (patch)
tree0831c78316cf2414bcc2b466eb821270b9cf6572 /files/ru/web/html/element/picture/index.html
parentd527d47d926b8ff165c47b8be7b95ce6c9265209 (diff)
downloadtranslated-content-0057f9bf08252974cd89456bd9f4334dc236c40a.tar.gz
translated-content-0057f9bf08252974cd89456bd9f4334dc236c40a.tar.bz2
translated-content-0057f9bf08252974cd89456bd9f4334dc236c40a.zip
Unify Russian translation for media query word (#224)
* Unify Russian translation for media query word * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com>
Diffstat (limited to 'files/ru/web/html/element/picture/index.html')
-rw-r--r--files/ru/web/html/element/picture/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/html/element/picture/index.html b/files/ru/web/html/element/picture/index.html
index 73934da9de..6072aebba8 100644
--- a/files/ru/web/html/element/picture/index.html
+++ b/files/ru/web/html/element/picture/index.html
@@ -55,7 +55,7 @@ translation_of: Web/HTML/Element/picture
<h3 id="Атрибут_media">Атрибут <code>media</code></h3>
-<p>Атрибут <code>media</code> позволяет определить медиа-запрос, который веб-браузер будет анализировать для выбора элемента {{HTMLElement("source")}}. Если медиа-запрос определяется как ложный <code>(false)</code>, то элемент {{HTMLElement("source")}} пропускается.</p>
+<p>Атрибут <code>media</code> позволяет определить медиавыражение, которое веб-браузер будет анализировать для выбора элемента {{HTMLElement("source")}}. Если медиавыражение определяется как ложное <code>(false)</code>, то элемент {{HTMLElement("source")}} пропускается.</p>
<pre class="brush: html">&lt;picture&gt;
&lt;source srcset="mdn-logo-wide.png" media="(min-width: 600px)"&gt;