tor-browser

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

ruby-autohide-003.html (591B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>CSS Test: Autohide ruby annotations which are identical to their bases</title>
      6  <link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
      7  <link rel="help" href="http://www.w3.org/TR/css-ruby-1/#autohide">
      8  <link rel="match" href="ruby-autohide-003-ref.html">
      9  <style>
     10    body { line-height: 5em; }
     11  </style>
     12 </head>
     13 <body>
     14  <ruby>
     15    <rb></rb><rb></rb><rb></rb><rb></rb>
     16    <rt></rt><rt style="line-height: 100em;"></rt><rt></rt><rt></rt>
     17  </ruby>
     18 </body>
     19 </html>