text-align-end-ref-004.html (589B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>text-align: end, 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: 300px; color: orange; font: 25px/1 Ahem; text-align: right; } 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">REFER</div> 16 <div class="ref">REFER</div> 17 </div> 18 </body> 19 </html>