tor-browser

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

ruby-bidi-001-ref.html (440B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Position of ruby annotation in RTL text</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 <style>
      7  body { color: transparent; }
      8  rb { background: green; }
      9  rtc { background: red; }
     10  rt { background: cyan; }
     11 </style>
     12 <body style="text-align: right">
     13  <ruby><rb>base<rtc><rt>text</ruby>
     14 </body>