aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/used_value
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 12:32:34 -0400
committerGitHub <noreply@github.com>2021-07-27 19:32:34 +0300
commit6685b06b55a6892feba6fdea3d56888c89555aac (patch)
tree576a7cab14e6f7ead9ec21a4cffb3abeb0f42857 /files/ru/web/css/used_value
parent2fc1eb1780a60adb6a5730112385ec735cd22d69 (diff)
downloadtranslated-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/used_value')
-rw-r--r--files/ru/web/css/used_value/index.html2
1 files changed, 1 insertions, 1 deletions
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>