tor-browser

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

no-break-opportunity-at-end.html (470B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="help" href="https://drafts.csswg.org/css-ruby/#break-within">
      4 <link rel="match" href="no-break-opportunity-at-end-ref.html">
      5 <style>
      6 div {
      7  width: 160px;
      8  font-size: 20px;
      9 }
     10 </style>
     11 
     12 <body lang="ja">
     13 
     14 <!-- The ruby fits in the first line, but we can not break
     15     the line at its end because of the following "。". -->
     16 <div>
     17 ここは<ruby>優先通行帯<rt>ゆうせんつうこうたい</ruby>     18 </div>
     19 </body>