Skip to notes.The slides are typically visually-oriented graphics, but the notes contain enough information to understand the tutorial.
Slide

We can get a little more clever about this. In this slide we use the same example, but the annotation is split into only two runs: the first above the family name, , and the second above the given name 和代. In other words, we have associated one run of annotations with multiple runs of base characters.

This is achieved by applying a method familiar to those who have created tables in HTML. The second and third rt elements become one, with the addition of an rbspan attribute whose value is, in this case, 2.

The markup is now as follows:

<ruby>
<rbc><rb>林</rb> <rb>和</rb> <rb>代</rb></rbc>
<rtc> <rt>はやし</rt><rt rbspan="2">かずよ</rt> </rtc>
</ruby>


Version: $Id: Slide0120.html,v 1.8 2006/02/02 17:48:26 rishida Exp $