rb

Node type: Element (may contain text and/or other elements)

Whitespace: Not protected

Definition

The base characters in a ruby-formatted run of text.

Child Nodes or Content

{textual content}

Parent Elements

ruby

Code Sample

<title paraID="4">個人の<ruby><rb>証</rb><rt>あかし</rt></ruby></title>

Display Sample

個人の ( あかし )

Notes

In ruby text, the annotation characers (marked with <rt>) appear on top of the base characters (marked with <rb>) and are smaller in size.

Note: If your browser does not handle ruby text correctly, the sample above should display with the annotation in parentheses.

ldsXML markup for ruby-formatted text is taken directly from the W3C XHTML 1.1 specification.

See Also