empty-ruby-text-container-abs.html (517B)
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 { position: absolute; } 10 </style> 11 <div style="font-size: 64px; line-height: 5">a<ruby><rb>b</rb><rtc><a> </a></rtc><rt>c</rt></ruby>d</div>