- From: Darin Fisher <darin@chromium.org>
- Date: Sun, 18 Oct 2009 02:53:37 -0700
On Sat, Oct 17, 2009 at 11:58 PM, Jonas Sicking <jonas at sicking.cc> wrote: > On Sat, Oct 17, 2009 at 8:37 PM, Darin Fisher <darin at chromium.org> wrote: > > On Sat, Oct 17, 2009 at 8:20 PM, Ian Hickson <ian at hixie.ch> 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 > It appears to impact the baseURL for the document. -Darin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20091018/bd014a80/attachment.htm>
Received on Sunday, 18 October 2009 02:53:37 UTC