| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8" /> | 4 <meta charset="utf-8" /> |
| 5 <title>HTML Test: dir=auto, start with dir=auto, then L</title> | 5 <title>HTML Test: dir=auto, start with dir=auto, then L</title> |
| 6 <link rel="match" href="dir_auto-contained-dir_auto-L-ref.html" /> | 6 <link rel="match" href="dir_auto-contained-dir_auto-L-ref.html" /> |
| 7 <link rel="author" title="Matitiahu Allouche" href="mailto:matitiahu.allouch
e@google.com" /> | 7 <link rel="author" title="Matitiahu Allouche" href="mailto:matitiahu.allouch
e@google.com" /> |
| 8 <link rel="author" title="Oren Roth" href="mailto:oren.roth@gmail.com" /> | 8 <link rel="author" title="Oren Roth" href="mailto:oren.roth@gmail.com" /> |
| 9 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googleg
roups.com" /> | 9 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googleg
roups.com" /> |
| 10 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-dir-attri
bute" /> | 10 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-dir-attri
bute" /> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 border: medium solid gray; | 24 border: medium solid gray; |
| 25 width: 400px; | 25 width: 400px; |
| 26 margin: 20px; | 26 margin: 20px; |
| 27 } | 27 } |
| 28 .comments { | 28 .comments { |
| 29 display: none; | 29 display: none; |
| 30 } | 30 } |
| 31 </style> | 31 </style> |
| 32 </head> | 32 </head> |
| 33 <body> | 33 <body> |
| 34 <div class="instructions" style="display:none"><p>Test passes if the two box
es below look exactly the same.</p></div> | 34 <div class="instructions"><p>Test passes if the two boxes below look exactly
the same.</p></div> |
| 35 <div class="comments"> | 35 <div class="comments"> |
| 36 Key to entities used below: | 36 Key to entities used below: |
| 37 א - The Hebrew letter Alef (strongly RTL). | 37 א - The Hebrew letter Alef (strongly RTL). |
| 38 ב - The Hebrew letter Bet (strongly RTL). | 38 ב - The Hebrew letter Bet (strongly RTL). |
| 39 ג - The Hebrew letter Gimel (strongly RTL). | 39 ג - The Hebrew letter Gimel (strongly RTL). |
| 40 ד - The Hebrew letter Dalet (strongly RTL). | 40 ד - The Hebrew letter Dalet (strongly RTL). |
| 41 ה - The Hebrew letter He (strongly RTL). | 41 ה - The Hebrew letter He (strongly RTL). |
| 42 ו - The Hebrew letter Vav (strongly RTL). | 42 ו - The Hebrew letter Vav (strongly RTL). |
| 43 </div> | 43 </div> |
| 44 <div class="test"> | 44 <div class="test"> |
| 45 <div dir="ltr"> | 45 <div dir="ltr"> |
| 46 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> | 46 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> |
| 47 </div> | 47 </div> |
| 48 <div dir="rtl"> | 48 <div dir="rtl"> |
| 49 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> | 49 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> |
| 50 </div> | 50 </div> |
| 51 </div> | 51 </div> |
| 52 <div class="ref"> | 52 <div class="ref"> |
| 53 <div dir="ltr"> | 53 <div dir="ltr"> |
| 54 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> | 54 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> |
| 55 </div> | 55 </div> |
| 56 <div dir="rtl"> | 56 <div dir="rtl"> |
| 57 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> | 57 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> |
| 58 </div> | 58 </div> |
| 59 </div> | 59 </div> |
| 60 </body> | 60 </body> |
| 61 </html> | 61 </html> |
| OLD | NEW |