diff options
author | Y. Z. Chen <754097987@qq.com> | 2022-01-17 17:42:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 17:42:50 +0800 |
commit | aff106d1b3a22ddc3d4d625fea291f04832a866a (patch) | |
tree | 84826ada21a4eb4e5e1bb3ebdf333c3c3e18d29b /files/zh-cn/web/html | |
parent | 4a798e5d1df51c1662de59a4f0c09102b21fb84b (diff) | |
download | translated-content-aff106d1b3a22ddc3d4d625fea291f04832a866a.tar.gz translated-content-aff106d1b3a22ddc3d4d625fea291f04832a866a.tar.bz2 translated-content-aff106d1b3a22ddc3d4d625fea291f04832a866a.zip |
typo in "lang" global attribute. (#3707)
Diffstat (limited to 'files/zh-cn/web/html')
-rw-r--r-- | files/zh-cn/web/html/global_attributes/lang/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>即使设置了 <strong>lang</strong> 属性,也可能无效,因为 <a href="/en-US/docs/Web/HTML/Global_attributes/xml:lang"><strong>xml:lang</strong></a> 属性更加优先。</p> -<p>对于CSS伪类{{cssxref(":lang")}},如果它们的名称不同,则两个无效的语言名称是不同的。比如:<code>lang(es)</code>匹配<code>lang =“es-ES”</code>和<code>lang =“es-419”</code>,而<code>:lang(xyzzy)</code>与l<code>ang =“xyzzy-Zorp!”</code>不匹配。</p> +<p>对于CSS伪类{{cssxref(":lang")}},如果它们的名称不同,则两个无效的语言名称是不同的。比如<code>:lang(es)</code>匹配<code>lang = "es-ES"</code>和<code>lang = "es-419"</code>,而<code>:lang(xyzzy)</code>与<code>lang = "xyzzy-Zorp!"</code>不匹配。</p> <h2 id="规范">规范</h2> |