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>unicode-bidi:plaintext</title>
4 <style>
5 textarea { text-align: left; resize: none; }
6 </style>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 </head><body>
9 <div>
10 The exclamation mark should be on the left side of the first line
11 and on the right side of the second line.
12 </div>
13 <textarea rows=4 cols=50 dir=auto>
14 שלום!
15 hello!
16 </textarea>
17 </body></html>