◇◆
<ruby> Ruby Annotation Wrapper
Usage/Remarks
What is Ruby
A Ruby textual annotation is an annotation, typically
short, applied to a letter, word, phrase, or name that appears in narrative text.
Ruby annotations
can indicate, for example, pronunciation advice, notes for translation, semantic
annotations, etc.
Ruby is used with Japanese, for example, in Furigana, which typically uses Hiragana
annotations on
Kanji base text. Ruby is also used in Chinese Pīnyīn (a phonetic system for transcribing
the
sound of Chinese characters into Latin script) as well as for some Korean names. In
display or
print, the characters of a Ruby annotation are frequently placed above the characters
they modify, in parenthesis after the characters they modify, or to the right of vertically
set text.
Models and Context
May be contained in
<abbrev>, <addr-line>, <aff>, <alt-title>, <anonymous>, <article-title>, <attrib>, <award-id>, <bold>, <book-title>, <book-volume-id>, <book-volume-number>, <chapter-title>, <chem-struct>, <code>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-acronym>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <copyright-statement>, <corresp>, <data-title>, <date-in-citation>, <def-head>, <degrees>, <disp-formula>, <edition>, <element-citation>, <email>, <etal>, <ext-link>, <fax>, <fixed-case>, <funding-source>, <funding-statement>, <given-names>, <gov>, <inline-formula>, <inline-media>, <inline-supplementary-material>, <institution>, <issue>, <issue-part>, <issue-title>, <italic>, <kwd>, <label>, <license-p>, <meta-name>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <nav-pointer>, <on-behalf-of>, <overline>, <p>, <part-title>, <patent>, <phone>, <prefix>, <preformat>, <price>, <product>, <publisher-loc>, <publisher-name>, <rb>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <self-uri>, <series>, <serif>, <sig>, <sig-block>, <source>, <speaker>, <std>, <std-organization>, <strike>, <string-conf>, <string-date>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <support-source>, <surname>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <unstructured-kwd-group>, <uri>, <verse-line>, <version>, <volume>, <volume-id>, <volume-series>, <volume-title>, <x>, <xref>
Description
The following, in order:
- <rb> Ruby Base Text
- Any one of:
- <rt> Ruby Textual Annotation
- The following, in order:
Content Model
<!ELEMENT ruby %ruby-model; >
Expanded Content Model
(rb, (rt | (rp, rt, rp)))
Tagged Samples
Multiple Ruby annotations
Formatted
Tagged
... <p>... 畿内や西日本一帯では <ruby><rb>麦</rb><rt>むぎ</rt></ruby>を <ruby><rb>裏</rb><rt>うら</rt></ruby> <ruby><rb>作</rb><rt>さく</rt></ruby>とする二毛作が普及していった。 ...</p> ...
Including English and Japanese translation notes
Formatted>
Tagged
... <p>... あの <ruby><rb>ロンドン警視庁</rb><rt xml:lang="en">Scotland Yard</rt></ruby> は霧の中に隠れていた。or あの <ruby><rb>ロンドン警視庁</rb><rt xml:lang="ja">ろんどんけいしちょう</rt> </ruby>は霧の中に隠れていた。 ...</p> ...
Ruby in English text
... <p>In the midst of the document text, we find: <ruby><rb>多武峰</rb><rt>とうのみね</rt></ruby>, and yet another example: <ruby><rb>汉</rb><rt>hàn</rt></ruby> <ruby><rb>字</rb><rt>zì</rt></ruby>.</p> ...