Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-ruby/rbc-rtc-basic-001.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
 <html lang="ja">
  <meta charset="UTF-8">
  <title>CSS Ruby Test: rbc and rtc elements (basic)</title>
  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
  <link rel="match" href="reference/rbc-rtc-basic-001-ref.html">
  <style>
  body
    {
      font-size: 60px;
    }
  ruby
    {
      background: lightblue;
    }
  span#rbc
    {
      display: ruby-base-container;
    }
  rtc
    {
      display: ruby-text-container;
    }
  </style>
  <ruby><span id="rbc"><rb>あい</rb></span><rt>べ<rt>る</ruby>
  <ruby>でい<rtc>する</ruby>
  <ruby><rb>私<rb>に<rtc>誰</ruby>
 </html>