tor-browser

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

ruby-intrinsic-isize-002.html (808B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3 <meta charset="UTF-8">
      4 <title>Intrinsic ISize calculation of ruby</title>
      5 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      6 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      7 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#line-breaks">
      8 <link rel="match" href="ruby-intrinsic-isize-002-ref.html">
      9 <style>
     10  div {
     11    display: inline-block;
     12    border: 1px solid black;
     13  }
     14 </style>
     15 <p>No line break should happen in any block, and the content should just fit in the block.</p>
     16 
     17 <div>
     18  <ruby><rb>ABC</rb> <rb>DEF</rb></ruby>
     19 </div>
     20 <div>
     21  XYZ <ruby><rb>ABC</rb><rb>DEF</rb></ruby> XYZ
     22 </div>
     23 
     24 <div>
     25  <ruby><rb>あい</rb> <rb>うえ</rb></ruby>
     26 </div>
     27 <div>
     28 <ruby><rb>あい</rb><rb>うえ</rb></ruby>     29 </div>
     30 <br>