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
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
rtc | Chrome No support No | Edge No support No | Firefox Full support 33 | IE No support No | Opera No support No | Safari No support No | WebView Android No support No | Chrome Android No support No | Firefox Android Full support 33 | Opera Android No support No | Safari iOS No support No | Samsung Internet Android No support No |
Legend
- Full support
- Full support
- No support
- No support
