aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/used_value/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/used_value/index.html')
-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>