line-breaking-1.html 551 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="ja">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bug 1089431 - Meet the specification for line breaking between ruby bases</title>
  6. <link rel="stylesheet" href="common.css">
  7. <style>
  8. body { line-height: 3; }
  9. </style>
  10. </head>
  11. <body>
  12. <div style="width: .5em; border: 1px solid silver;">
  13. <ruby>
  14. <rb>「<rb>な<rb>に<rb>、<rb>誰<rb>?<rb>」<rb>「<rb>私<rb>です<rb>」</rb>
  15. <!-- Check if ruby text containers are skipped from the text run -->
  16. <rtc><rt>
  17. </ruby>
  18. </div>
  19. </body>
  20. </html>