Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: Bidi box model test 4</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
<link rel="match" href="right-ltr-ref.xht"/>
<style type="text/css"><![CDATA[
.r { direction: rtl; }
.l { direction: ltr; }
span { border: 2px solid; padding: 0 10px 0 5px; margin: 0 60px 0 30px; }
]]></style>
</head>
<body>
<div class="r"><span class="l">One<br/>Two</span></div>
</body>
</html>