tor-browser

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

ruby-justification-001.html (639B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Justification with ruby span</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      6 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#base-annotation-pairing">
      7 <link rel="match" href="ruby-justification-001-ref.html">
      8 <link rel="stylesheet" href="support/ruby-common.css">
      9 <style>
     10  body { line-height: 3; }
     11 </style>
     12 <div style="width: 200px; height: 100px; text-align-last: justify; overflow: auto;"><ruby>
     13  <rb>a</rb><rb>b</rb>
     14  <rtc><div style="width: 100px;"></div></rtc>
     15 </ruby></div>