From 070c8ebbb2b70a8bc7002fe0fab59ac4449bd9c2 Mon Sep 17 00:00:00 2001 From: yionr Date: Fri, 17 Dec 2021 08:44:53 +0800 Subject: fix 翻译错误 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zh-cn/web/css/inherit/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/css') diff --git a/files/zh-cn/web/css/inherit/index.html b/files/zh-cn/web/css/inherit/index.html index 5bad2ead9c..b676f01387 100644 --- a/files/zh-cn/web/css/inherit/index.html +++ b/files/zh-cn/web/css/inherit/index.html @@ -13,7 +13,7 @@ translation_of: Web/CSS/inherit

 inherit 关键字使得元素获取其父元素的计算值。它可以应用于任何CSS属性,包括CSS简写 {{cssxref("all")}}。

-

对于继承属性,inherit 关键字只是增强了属性的默认行为,只有在重载(overload)其它规则的时候被使用。对于非继承属性,inherit 这指定的行为通常没有多大意义,一般使用使用 {{cssxref("initial")}} 或 {{cssxref("unset")}} 作为替代。

+

对于继承属性,inherit 关键字只是增强了属性的默认行为,通常只在覆盖原有的值的时候使用。对于非继承属性,inherit 这指定的行为通常没有多大意义,一般使用使用 {{cssxref("initial")}} 或 {{cssxref("unset")}} 作为替代。

继承始终来自文档树中的父元素,即使父元素不是包含块。

-- cgit v1.2.3-54-g00ecf