tor-browser

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

ruby-justification-002.html (685B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3 <meta charset="UTF-8">
      4 <title>Justification with ruby span</title>
      5 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      6 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      7 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#base-annotation-pairing">
      8 <link rel="match" href="ruby-justification-002-ref.html">
      9 <link rel="stylesheet" href="support/ruby-common.css">
     10 <style>
     11  div {
     12    ruby-position: under;
     13    width: 300px; height: 100px;
     14    text-align-last: justify;
     15    overflow: auto;
     16    text-decoration: underline;
     17  }
     18 </style>
     19 <div>
     20  <rb></rb><rb></rb>
     21  <rt></rt><rt></rt>
     22  <!-- -->
     23 </div>