Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <!DOCTYPE html>
2 <html><head>
3 <title>Test cases for unicode-bidi:isolate</title>
4 <style>
5 </style>
6 </head><body>
7 opposite-to-base isolate followed by number.
8 <div>
9 <div class="reference">
10 <span dir="ltr">א</span> (3 reviews)
11 </div>
12 </div>
13 <hr>
14 opposite-to-base isolate with opposite-to-base text before it with neutrals in between.
15 <div>
16 <div class="reference">
17 <span dir="ltr">א</span>: <span dir="ltr">ב</span>
18 </div>
19 </div>
20 <hr>
21 opposite-to-base isolate with opposite-to-base text before it and nothing in between.
22 <div>
23 <div class="reference">
24 <bdo dir="ltr">אב</bdo>
25 </div>
26 </div>
27 <hr>
28 two opposite-to-base isolates with neutrals in between.
29 <div>
30 <div class="reference">
31 <span dir="ltr">א</span> = <span dir="ltr">ב</span>
32 </div>
33 </div>
34 <hr>
35 two opposite-to-base isolates with nothing in between.
36 <div>
37 <div class="reference">
38 <bdo dir="ltr">אב</bdo>
39 </div>
40 </div>
41 <hr>
42 same-as-base isolate preceded by opposite-to-base text and followed by number
43 <div dir="rtl">
44 <div class="reference">
45 see <span dir="ltr">א</span><sup>3</sup>
46 </div>
47 </div>
48 <hr>
49 same-as-base isolate surrounded by opposite-to-base text
50 <div dir="rtl">
51 <div class="reference">
52 with <span dir="ltr">א</span>=<span dir="ltr">ב</span> everywhere
53 </div>
54 </div>
55 <hr>
56 chimeric isolate surrounded by chimeric text
57 <div>
58 <div class="reference">
59 about that <span dir="ltr">א</span> - ב
60 </div>
61 </div>
62 <hr>
63 nested chimeric isolates surrounded by chimeric text
64 <div>
65 <div class="reference">
66 about that strange <span dir="ltr">א</span> - <span dir="ltr">ב</span> - ג
67 </div>
68 </div>
69 </body></html>