| 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, then L</title> | 5 <title>HTML Test: dir=auto, start with dir, then L</title> |
| 6 <link rel="match" href="dir_auto-contained-dir-L-ref.html" /> | |
| 7 <link rel="author" title="Matitiahu Allouche" href="mailto:matitiahu.allouch
e@google.com" /> | 6 <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" /> | 7 <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" /> | 8 <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" /> | 9 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-dir-attri
bute" /> |
| 11 <meta name="assert" content=" | 10 <meta name="assert" content=" |
| 12 When dir='auto', the direction is set according to the first strong charac
ter | 11 When dir='auto', the direction is set according to the first strong charac
ter |
| 13 of the text while ignoring contained elements with an explicit dir of thei
r own. | 12 of the text while ignoring contained elements with an explicit dir of thei
r own. |
| 14 In this test, it is the Latin letter A, thus the direction must be | 13 In this test, it is the Latin letter A, thus the direction must be |
| 15 resolved as LTR." /> | 14 resolved as LTR." /> |
| 16 <style> | 15 <style> |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 <div class="ref"> | 51 <div class="ref"> |
| 53 <div dir="ltr"> | 52 <div dir="ltr"> |
| 54 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> | 53 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> |
| 55 </div> | 54 </div> |
| 56 <div dir="rtl"> | 55 <div dir="rtl"> |
| 57 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> | 56 <div dir="ltr"><p dir="rtl">דהו</p>ABCא
D1;ג.</div> |
| 58 </div> | 57 </div> |
| 59 </div> | 58 </div> |
| 60 </body> | 59 </body> |
| 61 </html> | 60 </html> |
| OLD | NEW |