tor-browser

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

ruby-bidi-002.html (1276B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Bidi reordering of ruby</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-002-ref.html">
      8 <link rel="stylesheet" href="support/ruby-common.css">
      9 <style> rb { margin: 0 5px; } </style>
     10 <p>
     11  <ruby>
     12    <rb>base1</rb><rb>base2</rb>
     13    <rtc dir="rtl">
     14      <rt>text1</rt><rt>text2</rt>
     15    </rtc>
     16    <rbc dir="rtl">
     17      <rb>base3</rb><rb>base4</rb>
     18    </rbc>
     19    <rt>text3</rt><rt>text4</rt>
     20  </ruby>
     21  <ruby dir="rtl">
     22    <rb>base5</rb><rb>base6</rb>
     23    <rt>text5</rt><rt>text6</rt>
     24    <rbc dir="ltr">
     25      <rb>base7</rb><rb>base8</rb>
     26    </rbc>
     27    <rt>text7</rt><rt>text8</rt>
     28  </ruby>
     29 </p>
     30 <p dir="rtl">
     31  <ruby>
     32    <rb>base1</rb><rb>base2</rb>
     33    <rtc dir="ltr">
     34      <rt>text1</rt><rt>text2</rt>
     35    </rtc>
     36    <rbc dir="ltr">
     37      <rb>base3</rb><rb>base4</rb>
     38    </rbc>
     39    <rt>text3</rt><rt>text4</rt>
     40  </ruby>
     41  <ruby dir="ltr">
     42    <rb>base5</rb><rb>base6</rb>
     43    <rt>text5</rt><rt>text6</rt>
     44    <rbc dir="rtl">
     45      <rb>base7</rb><rb>base8</rb>
     46    </rbc>
     47    <rt>text7</rt><rt>text8</rt>
     48  </ruby>
     49 </p>