Source code

Revision control

Copy as Markdown

Other Tools

<box id="a" style="display: list-item;">
&amp;m&amp;m
<box id="b"/>
</box>
#a::first-letter {float: right; }
</style>
<script xmlns="http://www.w3.org/1999/xhtml">
function doe() {↩
document.getElementById('a').style.direction = 'rtl';↩
document.getElementById('b').style.direction = 'ltr';↩
}↩
setTimeout(doe, 100);
</script>
</window>