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 </head>
4 <body>
5 <div>Selection is HERE only</div>
6 <script type="text/javascript">
7 selectedNode = document.getElementsByTagName("div").item(0);
8 testRange = document.createRange();
10 testRange.setStart(selectedNode, 13);
11 testRange.setEnd(selectedNode, 17);
13 document.body.appendChild(document.createTextNode("Text of Range: "+testRange));
14 </script>
15 </body>
16 </html>