ruby-line-breaking-001.html (778B)
1 <!DOCTYPE html> 2 <html lang="ja"> 3 <meta charset="UTF-8"> 4 <title>Meet the specification for line breaking between ruby bases</title> 5 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> 6 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 7 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#break-between"> 8 <link rel="match" href="ruby-line-breaking-001-ref.html"> 9 <link rel="stylesheet" href="support/ruby-common.css"> 10 <style> 11 body { line-height: 3; font-kerning: none; } 12 </style> 13 <div style="width: .5em; border: 1px solid silver;"> 14 <ruby> 15 <rb>「<rb>な<rb>に<rb>、<rb>誰<rb>?<rb>」<rb>「<rb>私<rb>です<rb>」</rb> 16 <!-- Check if ruby text containers are skipped from the text run --> 17 <rtc><rt> 18 </ruby> 19 </div>