justification-2.html 476 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="ja">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bug 1116631 - Justification with ruby span</title>
  6. <link rel="stylesheet" href="common.css">
  7. <style>
  8. div {
  9. ruby-position: under;
  10. width: 300px; height: 100px;
  11. text-align-last: justify;
  12. overflow: auto;
  13. text-decoration: underline;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div>
  19. <rb>仮</rb><rb>名</rb>
  20. <rt>が</rt><rt>な</rt>
  21. <!-- -->
  22. </div>
  23. </body>
  24. </html>