direction-unicode-bidi-011

inherited, direction ltr, unicode-bidi none

WeasyPrint

This browser

Assertion
direction:ltr on a container element will be inherited by an embedded block element.

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html>
 3 <head>
 4 <title>CSS Test:inherited, direction ltr, unicode-bidi none</title>
 5 <link rel="author" title="Richard Ishida" href="http://rishida.net">
 6 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction">
 7 <link rel="alternate" href="http://www.w3.org/International/tests/tests-html-css/tests-direction-unicode-bidi/generate?test=11">
 8 <meta name="flags" content="">
 9 <meta name="assert" content="direction:ltr on a container element will be inherited by an embedded block element.">
10 <style type="text/css">
11 .test { direction: ltr; }
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"><div>W3C نشاط التدويل i18n activity!</div></div>
25 
26 
27 <p><img src="support/direction-unicode-bidi-018.png" alt="reference graphic"></p><div dir="ltr">
28 </div>
29 </body>
30 </html>