On Sat, Oct 17, 2009 at 8:37 PM, Darin Fisher <[email protected]> wrote: > On Sat, Oct 17, 2009 at 8:20 PM, Ian Hickson <[email protected]> wrote: > ... >> >> On Thu, 15 Oct 2009, Darin Fisher wrote: >> > >> > This is interesting since documentURI is a read/write property: >> > http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-documentURI >> >> I assume that is a mistake. Does anyone support documentURI? It seems >> completely redundant with document.URL. >> > > Gecko and WebKit appear to both support documentURI. Only WebKit allows it > to be modified.
Huh? So WebKit effectively have one of the main features of pushState already? Does the URL-bar change? Does the referrer change for subsequent requests such as navigation? I'm guessing it doesn't hook the back-button the way that pushState does though. / Jonas
