ruby-whitespace-1-ref.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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><rbc><rb><span> </span></rb><rb><span> </span></rb><rb>Base three</rb></rbc
  12. ><rtc><rt><span> </span></rt><rt><span> </span></rt><rt>Text three</rt></rtc
  13. ><rtc><rt></rt></rtc
  14. ><rbc><rb><span> </span></rb></rbc
  15. ><rbc><rb>Segment two</rb></rbc
  16. ><rtc><rt></rt></rtc></ruby>
  17. </p>
  18. <p>
  19. <ruby><rbc><rb>Base one</rb><rb><span> </span></rb><rb>Base three</rb></rbc
  20. ><rtc pseudo><rt>Text one</rt><rt pseudo><span> </span></rt><rt>Text three</rt></rtc></ruby>
  21. </p>
  22. <p>
  23. <ruby><rbc><rb>Segment one</rb></rbc
  24. ><rbc><rb><span> </span></rb></rbc
  25. ><rbc><rb><span> </span></rb><rb><span> </span></rb><rb>Base three</rb></rbc
  26. ><rtc><rt><span> </span></rt><rt><span> </span></rt><rt>Text three</rt></rtc
  27. ><rbc><rb><span> </span></rb></rbc
  28. ><rbc><rb>Base one</rb><rb><span> </span></rb><rb>Base three</rb></rbc
  29. ><rtc><rt>Text one</rt><rt></rt><rt>Text two/three</rt></rtc></ruby>
  30. </p>
  31. </body>
  32. </html>