tor-browser

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

ruby-whitespace-001.html (1012B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Ruby whitespace handling</title>
      4 <link rel="author" title="Sam Bowen" href="mailto:sgbowen8@gmail.com">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      6 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#white-space">
      7 <link rel="match" href="ruby-whitespace-001-ref.html">
      8 <link rel="stylesheet" href="support/ruby-common.css">
      9 <style>
     10 body { line-height: 5em; }
     11 </style>
     12 
     13 <p>
     14  <ruby>
     15    <rbc>       <rb>   </rb>    <rb>Base three</rb>   </rbc>
     16    <rtc>    <rt>   </rt>   <rt>Text three</rt>   </rtc>    <rtc><rt></rt></rtc>
     17    <rbc><rb>Segment two</rb></rbc><rtc><rt></rt></rtc>
     18  </ruby>
     19 </p>
     20 
     21 <p>
     22  <ruby>
     23    <rb>Base one</rb>  <rb>Base three</rb>
     24    <rt>Text one</rt>  <rt>Text three</rt>
     25  </ruby>
     26 </p>
     27 
     28 <p>
     29  <rb>Segment one</rb>  <rbc>   <rb>  </rb>    <rb>Base three</rb>  </rbc
     30    >   <rtc><rt>  </rt>     <rt>Text three</rt></rtc>
     31 
     32  <rb>Base one</rb>   <rb>Base three</rb>   <rt>Text one</rt><rt>Text two/three</rt>
     33 </p>