aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/css/used_value/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 12:18:23 -0400
committerGitHub <noreply@github.com>2021-07-31 13:18:23 -0300
commit040852a09efb3bade338214269cb816209af5eab (patch)
treed75aa8cb837b526473830df433e4bfc2cbbbbb61 /files/pt-br/web/css/used_value/index.html
parent0114a214791c357c3dd3fdde5fc47b9ca33796cc (diff)
downloadtranslated-content-040852a09efb3bade338214269cb816209af5eab.tar.gz
translated-content-040852a09efb3bade338214269cb816209af5eab.tar.bz2
translated-content-040852a09efb3bade338214269cb816209af5eab.zip
remove link 'title' attributes that's just the 'href' (pt-br) (#1738)
👍🏽
Diffstat (limited to 'files/pt-br/web/css/used_value/index.html')
-rw-r--r--files/pt-br/web/css/used_value/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/css/used_value/index.html b/files/pt-br/web/css/used_value/index.html
index 13f2ebd194..aca9e5d00f 100644
--- a/files/pt-br/web/css/used_value/index.html
+++ b/files/pt-br/web/css/used_value/index.html
@@ -90,7 +90,7 @@ window.addEventListener('resize', updateAllUsedWidths);
<h2 id="Diferentes_valores_computados">Diferentes valores computados</h2>
-<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">CSS 2.0 defined only <a href="/en-US/docs/CSS/computed_value" style="text-decoration: none; color: rgb(4, 137, 183) !important; cursor: default;" title="en/CSS/computed value">computed value</a> 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., display, font-size, line-height), the computed values and used values are the same. These are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from <a class="external" 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 style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">CSS 2.0 defined only <a href="/en-US/docs/CSS/computed_value" style="text-decoration: none; color: rgb(4, 137, 183) !important; cursor: default;" title="en/CSS/computed value">computed value</a> 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., display, font-size, line-height), the computed values and used values are the same. These are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from <a class="external" href="http://www.w3.org/TR/CSS2/changes.html#q36">CSS 2.1 Changes: Specified, computed, and actual values</a>):</p>
<ul style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.7em; margin-left: 25px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
<li style="margin-bottom: 0.25em;">background-position</li>
@@ -104,7 +104,7 @@ window.addEventListener('resize', updateAllUsedWidths);
<h2 id="Especificações">Especificações</h2>
-<p><a class="external" href="http://www.w3.org/TR/CSS2/cascade.html#used-value" title="http://www.w3.org/TR/CSS2/cascade.html#used-value">CSS Level 2: Used Values</a></p>
+<p><a class="external" href="http://www.w3.org/TR/CSS2/cascade.html#used-value">CSS Level 2: Used Values</a></p>
<h2 id="Veja_também">Veja também</h2>