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>
3 <style>
4 :-moz-any(input, textarea)::-moz-placeholder {
5 visibility: hidden;
6 padding: 20px;
7 float: right;
8 overflow: visible;
9 white-space: pre;
11 /*
12 * This list could be endless given that all non-whitelisted properties
13 * are restricted.
14 */
15 }
16 </style>
17 <body>
18 <input placeholder='foo'>
19 <textarea placeholder='foo'></textarea>
20 <!-- for overflow and white-space -->
21 <input placeholder='this is a quitelongetextforasmallelement'>
22 <textarea placeholder='this is a quitelongetextforasmallelement'></textarea>
23 </body>
24 </html>