lang - HTML(超文本标记语言) 编辑
语言标签语法
lang 全局属性 参与了元素语言的定义。这个语言是不可编辑元素写入的语言,或者可编辑元素应该写入的语言。标签包含单个条目,值的格式由 用于定义语言的标签 (BCP47) IETF 文档定义。如果标签的内容是空字符串,语言就设为未知。如果标签内容是无效的,根据 BCP47,它就设为无效。
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
完整的BCP47语法足以标记极其特定的语言方言,但大多数用法都要简单得多。
语言标记由连字符分隔的语言子标签组成,其中每个子标签指示该语言的特定属性。 3个最常见的子标签是:
- 语言子标签
- Required。一个2或3个字符的代码,用于定义基本语言,通常全部用小写编写。例如,English的语言代码是
en
,Badeshi的代码是bdz
。 - 脚本子标签
- 该子标签定义了用于该语言的书写系统,并且总是4个字符长,首字母大写。例如,French-in-Braille是
fr-Brai
,ja-Kana
是用Katakana字母书写的日文。如果语言是以非常典型的方式编写的,例如拉丁字母表中的英语,则无需使用此子标签。 - 地区子标签
- 该子标签定义了来自特定位置的基本语言的方言,并且是ALLCAPS中与国家代码匹配的2个字母,或者是与非国家区域匹配的3个数字。例如,
es-ES
是西班牙语中的西班牙语,es-013
是中美洲的西班牙语。 “国际西班牙语”就是es
。
如果两者都存在,则脚本子标签位于区域子标签之前 ––ru-Cyrl-BY是俄语,用白俄罗斯语中的西里尔字母书写。
要查找语言的正确子标签代码,请参阅语言子标签查找。
即使设置了 lang 属性,也可能无效,因为 xml:lang 属性更加优先。
对于CSS伪类:lang
,如果它们的名称不同,则两个无效的语言名称是不同的。比如:lang(es)
匹配lang =“es-ES”
和lang =“es-419”
,而:lang(xyzzy)
与lang =“xyzzy-Zorp!”
不匹配。
规范
Specification | Status | Comment |
---|---|---|
HTML Living Standard lang | Living Standard | No change from latest snapshot, HTML 5.1 |
HTML 5.1 lang | Recommendation | Snapshot of HTML Living Standard, no change from HTML5 |
HTML5 lang | Recommendation | Snapshot of HTML Living Standard, behavior with xml:lang and language determination algorithm defined. It also is a true global attribute. |
HTML 4.01 Specification lang | Recommendation | Supported on all elements but <applet> , <base> , <basefont> , <br> , <frame> , <frameset> , <iframe> , <param> , and <script> . |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
相关链接
- 所有全局属性
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论