On Sat, Oct 17, 2009 at 11:58 PM, Jonas Sicking <jo...@sicking.cc> wrote:

> On Sat, Oct 17, 2009 at 8:37 PM, Darin Fisher <da...@chromium.org> wrote:
> > On Sat, Oct 17, 2009 at 8:20 PM, Ian Hickson <i...@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

Reply via email to