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 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>SVG, text, language...</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <style type="text/css">
6 body {
7 font-family: sans-serif;
8 font-size: 24px;
9 margin: 24px;
10 }
11 div {
12 height: 100px;
13 }
14 </style>
15 </head>
17 <body>
18 <div lang="en">
19 <p>Hello world, 你好吗?</p>
20 </div>
21 <div lang="en">
22 <p>Hello world, 你好吗?</p>
23 </div>
24 <div lang="en">
25 <p>Hello world, 你好吗?</p>
26 </div>
27 </body>
28 </html>