tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

nested-ruby-pairing-001-ref.html (666B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>CSS Reference: Basic nested ruby</title>
      6  <link rel="author" title="Xidorn Quan" href="mailto:csswg@upsuper.org">
      7  <style>
      8    div {
      9      display: inline-block;
     10      padding: 20px;
     11      border: 1px solid black;
     12    }
     13    ruby {
     14      ruby-position: over;
     15    }
     16  </style>
     17 </head>
     18 <body>
     19  <p>Test passes if content in the two blocks are identical:</p>
     20  <div id="test">
     21    <ruby><rb><rb><rt>とう<rt>なん<rtc lang=en>Southeast</ruby>の方角
     22  </div>
     23  <div id="ref">
     24    <ruby><rb><rb><rt>とう<rt>なん<rtc lang=en>Southeast</ruby>の方角
     25  </div>
     26 </body>
     27 </html>