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