ruby-whitespace-1.html 723 B

1234567891011121314151617181920212223242526272829303132333435
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <link rel="stylesheet" href="common.css">
  5. <style>
  6. body { line-height: 5em; }
  7. </style>
  8. </head>
  9. <body>
  10. <p>
  11. <ruby>
  12. <rbc> <rb> </rb> <rb>Base three</rb> </rbc>
  13. <rtc> <rt> </rt> <rt>Text three</rt> </rtc> <rtc><rt></rt></rtc>
  14. <rbc><rb>Segment two</rb></rbc><rtc><rt></rt></rtc>
  15. </ruby>
  16. </p>
  17. <p>
  18. <ruby>
  19. <rb>Base one</rb> <rb>Base three</rb>
  20. <rt>Text one</rt> <rt>Text three</rt>
  21. </ruby>
  22. </p>
  23. <p>
  24. <rb>Segment one</rb> <rbc> <rb> </rb> <rb>Base three</rb> </rbc
  25. > <rtc><rt> </rt> <rt>Text three</rt></rtc>
  26. <rb>Base one</rb> <rb>Base three</rb> <rt>Text one</rt><rt>Text two/three</rt>
  27. </p>
  28. </body>
  29. </html>