direction-unicode-bidi-004.xht (1404B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Test:ltr context, direction rtl, unicode-bidi none</title> 6 <link rel='author' title='Richard Ishida' href='http://rishida.net' /> 7 <link rel='help' href='http://www.w3.org/TR/CSS21/visuren.html#direction' /> 8 <link rel='alternate' href='http://www.w3.org/International/tests/tests-html-css/tests-direction-unicode-bidi/generate?test=4' /> 9 <meta name="assert" content="In a LTR context, if direction:rtl alone is applied to an inline element containing mixed direction text, the different directional runs in that element will not be in the correct order." /> 10 <style type='text/css'> 11 .test { direction: ltr; } .test span { direction: rtl; } 12 13 /* the CSS below is not part of the test */ 14 .test { font-size: 28px; font-family: serif; } 15 img { margin-left: 14px; margin-right: 10px; } 16 </style> 17 </head> 18 <body> 19 <div dir='ltr'> 20 <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> 21 22 23 24 <div class="test">i18n activity "<span>نشاط التدويل، W3C</span>"!</div> 25 26 27 <p><img src="support/direction-unicode-bidi-001.png" alt="reference graphic" /></p><div dir='ltr'> 28 </div> 29 </body> 30 </html>