document.location and no Window

We had a small issue where setting document.location on a document created  
using document.implementation.createDocument() worked. It seems that  
document.location should only return a Location object if there's an  
associated Window object and null otherwise.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Tuesday, 25 March 2008 22:28:44 UTC