From b691f45c3a2db833930201f4c40eb264fbb93ad4 Mon Sep 17 00:00:00 2001 From: yionr Date: Mon, 10 Jan 2022 23:45:56 +0800 Subject: Sync Web/CSS/inherit, zh-CN (#3455) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 同步英语版本修改 * fix 补充 ‘继承’的超链接 --- 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 b676f01387..d807eebdf2 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 关键字只是增强了属性的默认行为,通常只在覆盖原有的值的时候使用。对于非继承属性,inherit 这指定的行为通常没有多大意义,一般使用使用 {{cssxref("initial")}} 或 {{cssxref("unset")}} 作为替代。

+

对于继承属性,inherit 关键字只是增强了属性的默认行为,通常只在覆盖原有的值的时候使用。

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

-- cgit v1.2.3-54-g00ecf