Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Position of ruby annotation in RTL text</title>
<style>
  body { color: transparent; }
  rb { background: green; }
  rtc { background: red; }
  rt { background: cyan; }
</style>
<body style="text-align: right">
  <ruby><rb>base<rtc><rt>text</ruby>
</body>