<rtc>: The Ruby Text Container element - HTML: HyperText Markup Language 编辑
The HTML Ruby Text Container (<rtc>
) element embraces semantic annotations of characters presented in a ruby of <rb>
elements used inside of <ruby>
element. <rb>
elements can have both pronunciation (<rt>
) and semantic (<rtc>
) annotations.
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.
Content categories | None. |
---|---|
Permitted content | Phrasing content or <rt> elements. |
Tag omission | The closing tag can be omitted if it is immediately followed by a <rb> , <rtc> or <rt> element opening tag or by its parent closing tag. |
Permitted parents | A <ruby> element. |
Permitted ARIA roles | Any |
DOM interface | HTMLElement |
Attributes
This element only includes the global attributes.
Examples
<div class="info">
<ruby>
<rbc>
<rb>旧</rb><rt>jiù</rt>
<rb>金</rb><rt>jīn</rt>
<rb>山</rb><rt>shān</rt>
</rbc>
<rtc>San Francisco</rtc>
</ruby>
</div>
.info {
padding-top: 10px;
font-size: 36px;
}
Specifications
Specification | Status | Comment |
---|---|---|
HTML 5.2 The definition of '<rtc>' in that specification. | Recommendation | |
HTML 5.1 The definition of '<rtc>' in that specification. | Recommendation | |
HTML5 The definition of '<rtc>' in that specification. | Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论