aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/used_value
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 07:48:41 -0400
committerGitHub <noreply@github.com>2021-07-31 19:48:41 +0800
commit17dbc4b436381a778fd2661efe729e8f3ee4ac6c (patch)
treef6660405619b8b2e413e55398dad9ad390d7a16e /files/zh-cn/web/css/used_value
parent81ae7cf946d4d81c114b436123137718b88824c2 (diff)
downloadtranslated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.gz
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.bz2
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797)
Diffstat (limited to 'files/zh-cn/web/css/used_value')
-rw-r--r--files/zh-cn/web/css/used_value/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/css/used_value/index.html b/files/zh-cn/web/css/used_value/index.html
index 9bfc009164..ed63dc8256 100644
--- a/files/zh-cn/web/css/used_value/index.html
+++ b/files/zh-cn/web/css/used_value/index.html
@@ -19,7 +19,7 @@ translation_of: Web/CSS/used_value
<h2 id="与计算值的区别">与计算值的区别</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 只定义了 <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> 作为属性计算的最后一步。 CSS 2.1 引进了定义明显不同的的应用值,这样当父元素的计算值为百分数时子元素可以显式地继承其高宽。 对于不依赖于布局的 CSS 属性 (例如 display, font-size, line-height)计算值与应用值一样,否则就会不一样  (引自 <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 只定义了 <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> 作为属性计算的最后一步。 CSS 2.1 引进了定义明显不同的的应用值,这样当父元素的计算值为百分数时子元素可以显式地继承其高宽。 对于不依赖于布局的 CSS 属性 (例如 display, font-size, line-height)计算值与应用值一样,否则就会不一样  (引自 <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>
@@ -33,7 +33,7 @@ translation_of: Web/CSS/used_value
<h2 id="规范">规范</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="另见">另见</h2>