From aff106d1b3a22ddc3d4d625fea291f04832a866a Mon Sep 17 00:00:00 2001 From: "Y. Z. Chen" <754097987@qq.com> Date: Mon, 17 Jan 2022 17:42:50 +0800 Subject: typo in "lang" global attribute. (#3707) --- files/zh-cn/web/html/global_attributes/lang/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web') diff --git a/files/zh-cn/web/html/global_attributes/lang/index.html b/files/zh-cn/web/html/global_attributes/lang/index.html index 6c253f48a7..798618e756 100644 --- a/files/zh-cn/web/html/global_attributes/lang/index.html +++ b/files/zh-cn/web/html/global_attributes/lang/index.html @@ -38,7 +38,7 @@ translation_of: Web/HTML/Global_attributes/lang

即使设置了 lang 属性,也可能无效,因为 xml:lang 属性更加优先。

-

对于CSS伪类{{cssxref(":lang")}},如果它们的名称不同,则两个无效的语言名称是不同的。比如:lang(es)匹配lang =“es-ES”lang =“es-419”,而:lang(xyzzy)与lang =“xyzzy-Zorp!”不匹配。

+

对于CSS伪类{{cssxref(":lang")}},如果它们的名称不同,则两个无效的语言名称是不同的。比如:lang(es)匹配lang = "es-ES"lang = "es-419",而:lang(xyzzy)lang = "xyzzy-Zorp!"不匹配。

规范

-- cgit v1.2.3-54-g00ecf