tor-browser

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

ruby-intra-level-whitespace-001.html (628B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Intra-level whitespace pairing</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/#ruby-pairing">
      7 <link rel="match" href="ruby-intra-level-whitespace-001-ref.html">
      8 <link rel="stylesheet" href="support/ruby-common.css">
      9 <p><ruby>
     10  <rb>a</rb> <rb>b</rb>
     11  <rt>x</rt> <rt>y</rt>
     12 </ruby></p>
     13 <p><ruby>
     14  <rb>a</rb> <rb>b</rb>
     15  <rt>x</rt><rt>y</rt>
     16 </ruby></p>
     17 <p><ruby>
     18  <rb>a</rb><rb>b</rb>
     19  <rt>x</rt> <rt>y</rt>
     20 </ruby></p>