Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head>
<title>CSS Test: Bidi box model test 7</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
<link rel="match" href="left-rtl-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><span class="r">One<div></div>Two</span></div>
</body>
</html>