tor-browser

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

ruby-bidi-001.html (540B)


      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 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#bidi">
      7 <link rel="match" href="ruby-bidi-001-ref.html">
      8 <style>
      9  body { color: transparent; }
     10  rb { background: green; }
     11  rtc { background: red; }
     12  rt { background: cyan; }
     13 </style>
     14 <body dir="rtl">
     15  <ruby><rb>base<rtc><rt>text</ruby>
     16 </body>