tor-browser

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

ruby-bidi-004-ref.html (435B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Ruby reference</title>
      4 <style>
      5 div { font-size: 50px; }
      6 rb, rt, span { unicode-bidi: isolate; }
      7 </style>
      8 <p>All three examples should look the same:</p>
      9 
     10 <div>
     11 <p>
     12  <ruby dir=rtl>&#x6F1; &#x6F2; &#x6F3;<rt>1 2 3</rt></ruby>
     13 </p>
     14 
     15 <p>
     16  <ruby dir=rtl>&#x6F1; &#x6F2; &#x6F3;<rt>1 2 3</rt></ruby>
     17 </p>
     18 
     19 <p>
     20  <ruby dir=rtl>&#x6F1; &#x6F2; &#x6F3;<rt>1 2 3</rt></ruby>
     21 </p>
     22 </div>