Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>CSS Test:on element, direction ltr, unicode-bidi none</title>
<link rel='alternate' href='http://www.w3.org/International/tests/tests-html-css/tests-direction-unicode-bidi/generate?test=9' />
<meta name="assert" content="direction:ltr alone on a block element will cause the text to be left-aligned, directional runs to be arranged LTR (but the words should look correct within each run), and punctuation should be treated as LTR." />
<style type='text/css'>
.test { direction: ltr; }
/* the CSS below is not part of the test */
.test { font-size: 28px; font-family: serif; }
img { margin-left: 14px; margin-right: 10px; }
</style>
</head>
<body>
<div dir='ltr'>
<p class="instructions"><span class="instructionsymbol"><img src="support/same.png" alt="same" /></span> Test passes if characters are in the same order.</p></div>
<div class="test">W3C نشاط التدويل i18n activity!</div>
<p><img src="support/direction-unicode-bidi-018.png" alt="reference graphic" /></p><div dir='ltr'>
</div>
</body>
</html>