webkit browser is not supported "ruby of justify".
I found this javascript (https://code.google.com/p/justify/).
As a result of using this, a new problem has occurred...
<ul id="list"> <li> <h3 id="main"><ruby>Lorem<rt id="sub">Ipsum</rt></ruby></h3> <p>Lorem ipsum dolor sit amet...... </p> </li> </ul>
This is fine. But this script used "document.getElementById".
When the element is increased, of course, it does not work.
When I rewrite "document.getElementById" to "document.getElementsByClass", Uncaught TypeError: Object #<NodeList> has no method
...
When the element is increased, what I do I do?
(Sorry... I'm not good at English)