| <!DOCTYPE html> |
| <html lang="en" > |
| <head> |
| <meta charset="utf-8"/> |
| <title>The dir attribute: inheritance</title> |
| <link rel='author' title='HTML5 bidi test WG' href='mailto:public-i18n-bidi@w3.org'> |
| <link rel='help' href='https://html.spec.whatwg.org/multipage/dom.html#the-dir-attribute'> |
| <link rel="match" href="reference/the-dir-attribute-007-ref.html"> |
| <meta name="assert" content="If an element has no dir attribute, but has a parent element, the directionality of the element is the same as the parent element's directionality."> |
| <style type='text/css'> |
| .test, .ref { width: 90%; margin: 0 4%; font-size: 2em; position: absolute; top: 0; } |
| .ref { color: red; z-index: -100; } |
| |
| </style> |
| </head> |
| <body> |
| <p class="instructions">Test passes if you see no red characters.</p> |
| <div style="position: relative"> |
| <div class="test"> |
| <div dir="rtl"><p>مكتب W3C הישראלי</p><p>مكتب W3C הישראלי</p></div> |
| <div dir="rtl"><div><p>مكتب W3C הישראלי</p><p>مكتب W3C הישראלי</p></div></div> |
| <div dir="ltr"><p>مكتب W3C הישראלי</p><p>مكتب W3C הישראלי</p></div> |
| <div dir="ltr"><div><p>مكتب W3C הישראלי</p><p>مكتب W3C הישראלי</p></div></div> |
| </div> |
| <div style="position: relative"> |
| <div class="test"> |
| <div style="text-align: right;"><p>‫مكتب W3C הישראלי‬</p><p>‫مكتب W3C הישראלי‬</p></div> |
| <div style="text-align: right;"><p>‫مكتب W3C הישראלי‬</p><p>‫مكتب W3C הישראלי‬</p></div> |
| <div><p>‪مكتب W3C הישראלי‬</p><p>‪مكتب W3C הישראלי‬</p></div> |
| <div><p>‪مكتب W3C הישראלי‬</p><p>‪مكتب W3C הישראלי‬</p></div> |
| </div> |
| </div> |
| </body> |
| </html> |