<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="../schemas/xhtml-default.css"?>
<?xml-stylesheet type="text/css" alternate="yes"
title="inline ruby (for XHTML namespace)" href="ruby-inline.css"?>
<?xml-stylesheet type="text/css" alternate="yes"
title="ruby (for XHTML namespace)" href="ruby-table.css"?>
<?xml-stylesheet type="text/css" alternate="yes"
title="inline ruby (for all namespaces)" href="ruby-inline-nons.css"?>
<?xml-stylesheet type="text/css" alternate="yes"
title="ruby (for all namespaces)" href="ruby-table-nons.css"?>
<html xml:lang="en">
<head>
  <title>Ruby examples</title>
</head>
<body>

<h1>Ruby examples</h1>

<h2 id="simple-ruby-rp">Simple ruby, with <code>rp</code> fall-back</h2>

<p>
<ruby xml:lang="ja"><rb>斎藤信男</rb>
<rp>(</rp><rt>さいとうのぶお</rt><rp>)</rp></ruby>
</p>

<h2 id="simple-ruby">Simple ruby, without <code>rp</code> fall-back</h2>

<p>
<ruby xml:lang="ja"><rb>斎藤信男</rb>
<rt>さいとうのぶお</rt></ruby>
</p>

<h2 id="complex-ruby">Complex ruby</h2>

<p>
<ruby xml:lang="ja"><rbc><rb>斎</rb><rb>藤</rb><rb>信</rb><rb>男</rb></rbc>
<rtc><rt>さい</rt><rt>とう</rt><rt>のぶ</rt><rt>お</rt></rtc></ruby>
</p>


<h2 id="complex-ruby-multiple">Complex ruby, with multiple ruby texts</h2>

<p>
<ruby xml:lang="ja"><rbc><rb>斎</rb><rb>藤</rb><rb>信</rb><rb>男</rb></rbc>
<rtc><rt>さい</rt><rt>とう</rt><rt>のぶ</rt><rt>お</rt></rtc>
<rtc><rt rbspan="4" xml:lang="en">W3C Associate Chairman</rt></rtc></ruby>
</p>
</body>
</html>
