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 lang="en-US">
3 <head>
4 <title>:visited and ::first-line</title>
5 <style type="text/css">
7 :link, :visited { display: block; text-decoration: none; }
9 :link { color: blue }
10 :link::first-line { color: fuchsia; }
11 :visited { color: purple }
12 :visited::first-line { color: maroon; }
14 </style>
15 </head>
16 <body>
18 <a href="unvisited-page.html">unvisited<br>link</a>
19 <a href="visited-page.html">visited<br>link</a>
21 </body>
22 </html>