nested-ruby-1.html 335 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bug 1120313 - Nested ruby inside ruby annotation</title>
  6. <link rel="stylesheet" href="common.css">
  7. </head>
  8. <body>
  9. <ruby>
  10. <rb>base1</rb>
  11. <rt>
  12. <ruby>
  13. <rb>base2</rb>
  14. <rt>text</rt>
  15. </ruby>
  16. </rt>
  17. </ruby>
  18. </body>
  19. </html>