ruby-base-container-float.html (519B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Ruby Test: ruby base container with floating child</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-base-container-ref.html"> 8 <style> 9 a { float: right; } 10 </style> 11 <div style="font-size: 64px; line-height: 3">a<ruby><a> </a><rt>b</rt></ruby>c</div>