dir_auto-pre-N-between-Rs-ref.html (1208B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com" /> 6 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com" /> 7 <style> 8 body { 9 font-size:18px; 10 text-align:left; 11 } 12 .test, .ref { 13 border: medium solid gray; 14 width: 400px; 15 margin: 20px; 16 } 17 .comments { 18 display: none; 19 } 20 </style> 21 </head> 22 <body> 23 <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div> 24 <div class="comments"> 25 Key to entities used below: 26 א - The Hebrew letter Alef (strongly RTL). 27 </div> 28 <div class="test"> 29 <div dir="ltr"> 30 <pre dir="rtl"> 31 א 32 !... 33 א 34 </pre> 35 </div> 36 <div dir="rtl"> 37 <pre dir="rtl"> 38 א 39 !... 40 א 41 </pre> 42 </div> 43 </div> 44 <div class="ref"> 45 <div dir="ltr"> 46 <pre dir="rtl"> 47 א 48 !... 49 א 50 </pre> 51 </div> 52 <div dir="rtl"> 53 <pre dir="rtl"> 54 א 55 !... 56 א 57 </pre> 58 </div> 59 </div> 60 </body> 61 </html>