text-align-justify-ref-004.html (880B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>text-align: justify, dir=ltr</title> 6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> 7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> 8 <style type='text/css'> 9 .ref { border: 1px solid orange; margin: 20px; width: 450px; color: orange; font: 25px/1 Ahem; } 10 </style> 11 </head> 12 <body> 13 <div id='instructions'>Test passes if the shading in both orange boxes is identical.</div> 14 <div dir="rtl"> 15 <div class="ref"> 16 <div style="word-spacing: 1em;">REF REF REF REF</div> 17 <div style="word-spacing: 1em;">REF REF REF REF</div> 18 <div style="text-align: left;">REF REF REF</div> 19 </div> 20 <div class="ref"> 21 <div style="word-spacing: 1em;">REF REF REF REF</div> 22 <div style="word-spacing: 1em;">REF REF REF REF</div> 23 <div style="text-align: left;">REF REF REF</div> 24 </div> 25 </div> 26 </body> 27 </html>