translate - HTML: HyperText Markup Language 编辑
The translate
global attribute is an enumerated attribute that is used to specify whether an element's translateable attribute values and its Text
node children should be translated when the page is localized, or whether to leave them unchanged. It can have the following values:
- empty string or "
yes
", which indicates that the element should be translated when the page is localized. - "
no
", which indicates that the element must not be translated.
Although not all browsers recognize this attribute, it is respected by automatic translation systems such as Google Translate, and may also be respected by tools used by human translators. As such it's important that web authors use this attribute to mark content that should not be translated.
Examples
In this example, the translate
attribute is used to ask translation tools not to translate the company's brand name in the footer.
<footer> <small>© 2020 <span translate="no">BrandName</span></small> </footer>
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'translate' in that specification. | Living Standard | No change from latest snapshot, HTML 5.1 |
HTML 5.1 The definition of 'translate' in that specification. | Recommendation | Snapshot of HTML Living Standard, initial definition |
Browser compatibility
BCD tables only load in the browser
See also
- All global attributes.
- The
HTMLElement.translate
property that reflects this attribute. - Using HTML's translate attribute.
- HTML
lang
attribute
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论