tor-browser

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

empty-ruby-text-container-float.html (511B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Empty ruby text container</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      6 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#ruby-layout">
      7 <link rel="match" href="empty-ruby-text-container-ref.html">
      8 <style>
      9 a { float: right; }
     10 </style>
     11 <div style="font-size: 64px; line-height: 5">a<ruby><rb>b</rb><rtc><a>&nbsp;</a></rtc><rt>c</rt></ruby>d</div>