diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:32:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 19:32:34 +0300 |
commit | 6685b06b55a6892feba6fdea3d56888c89555aac (patch) | |
tree | 576a7cab14e6f7ead9ec21a4cffb3abeb0f42857 /files/ru/web/css | |
parent | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (diff) | |
download | translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.gz translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.bz2 translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.zip |
remove link 'title' attributes that's just the 'href' (ru, part 2) (#1732)
Diffstat (limited to 'files/ru/web/css')
-rw-r--r-- | files/ru/web/css/background-size/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html | 4 | ||||
-rw-r--r-- | files/ru/web/css/used_value/index.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/background-size/index.html b/files/ru/web/css/background-size/index.html index 84a762c0fa..ad011c7ce1 100644 --- a/files/ru/web/css/background-size/index.html +++ b/files/ru/web/css/background-size/index.html @@ -95,7 +95,7 @@ background-size: unset; <h2 id="Замечания">Замечания</h2> -<p>Если вы указываете градиент в качестве фона и указали <code>background-size</code>, который будет использоваться вместе с ним, лучше не указывать размер, который использует единственную автоматическую составную часть, или задаётся с использованием только значения ширины (для примера, <code>background-size: 50%</code>). Рендеринг градиентов в таких случаях изменился в Firefox 8, и в настоящее время он обычно несовместим во всех браузерах, которые не реализуют рендеринг в соответствии с <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">CSS3 спецификацией <code>background-size</code> </a>и с <a href="http://dev.w3.org/csswg/css3-images/#gradients" title="http://dev.w3.org/csswg/css3-images/#gradients">CSS3 спецификацией градиента значений изображения</a>.</p> +<p>Если вы указываете градиент в качестве фона и указали <code>background-size</code>, который будет использоваться вместе с ним, лучше не указывать размер, который использует единственную автоматическую составную часть, или задаётся с использованием только значения ширины (для примера, <code>background-size: 50%</code>). Рендеринг градиентов в таких случаях изменился в Firefox 8, и в настоящее время он обычно несовместим во всех браузерах, которые не реализуют рендеринг в соответствии с <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">CSS3 спецификацией <code>background-size</code> </a>и с <a href="http://dev.w3.org/csswg/css3-images/#gradients">CSS3 спецификацией градиента значений изображения</a>.</p> <pre class="brush: css">.bar { width: 50px; height: 100px; diff --git a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html index f5e1c962b0..6d66cab586 100644 --- a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html +++ b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html @@ -46,12 +46,12 @@ original_slug: Web/CSS/box_model </thead> <tbody> <tr> - <td><a class="external" href="http://www.w3.org/TR/CSS21/box.html#box-dimensions" title="http://www.w3.org/TR/CSS21/box.html#box-dimensions">CSS Level 2 (revision 1)</a></td> + <td><a class="external" href="http://www.w3.org/TR/CSS21/box.html#box-dimensions">CSS Level 2 (revision 1)</a></td> <td>{{ Spec2('CSS2.1') }}</td> <td>Though more precisely worded, there is no practical change</td> </tr> <tr> - <td><a class="external" href="http://www.w3.org/TR/REC-CSS1/#formatting-model" title="http://www.w3.org/TR/REC-CSS1/#formatting-model">CSS Level 1</a></td> + <td><a class="external" href="http://www.w3.org/TR/REC-CSS1/#formatting-model">CSS Level 1</a></td> <td>{{ Spec2('CSS1') }}</td> <td> </td> </tr> diff --git a/files/ru/web/css/used_value/index.html b/files/ru/web/css/used_value/index.html index 4ae8b7251b..423e80103e 100644 --- a/files/ru/web/css/used_value/index.html +++ b/files/ru/web/css/used_value/index.html @@ -84,7 +84,7 @@ window.addEventListener('resize', updateAllUsedWidths);</code></pre> <h2 id="Difference_from_computed_value">Difference from computed value</h2> -<p>CSS 2.0 defined only <em>computed value</em> as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., <code>display</code>, <code>font-size</code>, or <code>line-height</code>), the computed values and used values are the same. The following are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from <a href="http://www.w3.org/TR/CSS2/changes.html#q36" title="http://www.w3.org/TR/CSS2/changes.html#q36">CSS 2.1 Changes: Specified, computed, and actual values</a>):</p> +<p>CSS 2.0 defined only <em>computed value</em> as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., <code>display</code>, <code>font-size</code>, or <code>line-height</code>), the computed values and used values are the same. The following are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from <a href="http://www.w3.org/TR/CSS2/changes.html#q36">CSS 2.1 Changes: Specified, computed, and actual values</a>):</p> <ul> <li><code>background-position</code></li> |