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

If we add rp elements before and after the ruby text as in this example, when a user agent fails to recognize the ruby text it will now appear within parentheses, which is much more acceptable. User agents that do know how to handle ruby will automatically hide the contents of the rp elements as they display the ruby in the appropriate location.

<ruby>
<rb>紙芝居</rb>
<rp>(</rp>
<rt>かみしばい</rt>
<rp>)</rp>
</ruby>

We can use any character within the rp element. For example, Japanese uses different characters sometimes for parentheses.

Note that this fallback mechanism is not available for complex ruby.


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