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