diff options
Diffstat (limited to 'files/ru/web/html/element/picture/index.html')
-rw-r--r-- | files/ru/web/html/element/picture/index.html | 2 |
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"><picture> <source srcset="mdn-logo-wide.png" media="(min-width: 600px)"> |