tor-browser

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

ruby-text-collapse-ref.html (594B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3 <meta charset="UTF-8">
      4 <title>CSS Reference: visibility: collapse hides ruby annotations</title>
      5 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      6 <style>
      7  body { line-height: 5; }
      8  rt { font-size: 80%; }
      9 </style>
     10 <ruby>
     11  <rb></rb><rb></rb><rb></rb>
     12  <rt>こん</rt><rt>ちゅう</rt><rt></rt>
     13 </ruby><br>
     14 <ruby>
     15  <rb></rb><rb></rb><rb></rb>
     16  <rt>こん</rt><rt style="opacity: 0">ちゅう</rt><rt></rt>
     17 </ruby><br>
     18 <ruby>
     19  <rb></rb><rb></rb><rb></rb>
     20  <rt>こん</rt><rt></rt><rt></rt>
     21 </ruby>