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>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>Unicode tests - attribute selectors</title>
5 <style>
6 div[dİr] {color: red;}
7 div[dİr="ltr"] {text-indent: 30px;}
8 input[dİsabled] {display: none;}
9 //input[dİsabled="disabled"] {display: inline;}
10 </style>
11 </head>
13 <body>
14 <div dir='ltr'><p lang="hi">स्टार</p></div>
15 <input disabled>
16 <input dİsabled="DİSABLED">
17 <input dİsabled="disabled">
18 </body>
19 </html>