| Depr. | Empty | Version |
|---|---|---|
| No | No | XHTML 1.1 |
| IE5.5+ | FF3.5 | SA4 | OP10 | CH2 |
|---|---|---|---|---|
| Full | None | None | None | None |
Syntax
Description
The rt
element is a child element of the ruby element and
contains the annotation that will be displayed to the user on screen,
ideally beside or above the base text (rb) which
requires the annotation.
For simple ruby markup, only one
rt element may appear. However, there are more complex
mechanisms for marking up ruby, using the rtc element,
which do allow for multiple instances of the rt
element.
Example
Here’s rt in
action:
<ruby> <rb>家辺 勝文</rb> <rt>liaison</rt> </ruby>
Use This For …
This element is used to
contain the annotation that relates to the foreign characters (contained
in the rb element) that require
annotation.
Compatibility
| Internet Explorer | Firefox | Safari | Opera | Chrome | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5.5 | 6.0 | 7.0 | 8.0 | 1.0 | 1.5 | 2.0 | 3.0 | 3.5 | 1.3 | 2.0 | 3.1 | 4.0 | 9.2 | 9.5 | 10.0 | 2.0 |
| Full | Full | Full | Full | None | None | None | None | None | None | None | None | None | None | None | None | None |
Only Internet Explorer offers any support for
text marked up using ruby at this time. Other browsers
ignore the markup and display the ruby text in the order in which it
appears in the source.
In this Section
- rbspan
specifies the number of rb elements to which the annotation applies
User-contributed notes
There are no comments yet.