| OLD | NEW |
| (Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html lang="en"> |
| 3 <head> |
| 4 <meta charset="utf-8"/> |
| 5 <title>direction/unicode-bidi: direction alone and inherited, unicode-bidi embed
</title> |
| 6 |
| 7 <link rel="author" title="Richard Ishida" href='mailto:ishida@w3.org'/> |
| 8 <style type="text/css"> |
| 9 .test b { direction: rtl; font-weight: normal; } |
| 10 .test span { unicode-bidi: embed; } |
| 11 |
| 12 /* the following styles are not part of the test */ |
| 13 .test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; width: 10
em; padding: 5px; clear: both; } |
| 14 input { margin: 5px; } |
| 15 @font-face { |
| 16 font-family: 'ezra_silregular'; |
| 17 src: url('support/sileot-webfont.woff') format('woff'); |
| 18 font-weight: normal; |
| 19 font-style: normal; |
| 20 } |
| 21 .test, .ref { font-family: ezra_silregular, serif; } |
| 22 </style> |
| 23 </head> |
| 24 <body> |
| 25 <p class="instructions" dir="ltr" style="display:none">Test passes if the two bo
xes are identical.</p> |
| 26 |
| 27 |
| 28 <!-- Notes: |
| 29 Key to entities used below: |
| 30 א ... ו - The first six Hebrew letters (strongly RTL). |
| 31 ‭ - The LRO (left-to-right-override) formatting character. |
| 32 ‬ - The PDF (pop directional formatting) formatting character; cl
oses LRO. |
| 33 --> |
| 34 |
| 35 |
| 36 |
| 37 <div class="ref" dir="ltr">‭> a > ד < b > d >‬
;</div> |
| 38 |
| 39 |
| 40 <div class="ref" dir="ltr">‭> a > ד < b > d >‬
;</div> |
| 41 |
| 42 |
| 43 |
| 44 |
| 45 |
| 46 |
| 47 </body></html> |
| OLD | NEW |