tor-browser

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

ruby-line-break-suppression-003.html (627B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Test for ruby line break suppression</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/#box-fixup">
      7 <link rel="match" href="ruby-line-break-suppression-003-ref.html">
      8 <link rel="stylesheet" href="support/ruby-common.css">
      9 <style>
     10  span { white-space: pre; }
     11 </style>
     12 <ruby><span>a
     13 b</span></ruby><br>
     14 <rbc><span>a
     15 b</span></rbc><br>
     16 <rtc><span>a
     17 b</span></rtc><br>
     18 <rb><span>a
     19 b</span></rb><br>
     20 <rt><span>a
     21 b</span></rt><br>