[Bug 17245] "Append a new entry at the end of the History object" - there seems to be a special case when the document is not completely loaded and the navigation wasn't triggered by user intereaction. In this case Opera + WebKit (always) and Gecko (sometimes) don't

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17245

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-05-31 17:29:48 UTC ---
That's a complicated test with many things going on. Which specific part did
you have in mind?

If you mean whether setting location replaces the current document or not,
that's already taken care of in the definition of the setter. Search the spec
for "if the Location object's associated Document object has completely loaded,
then the user agent must act as if the assign() method had been called with the
new value as its argument. Otherwise, the user agent must act as if the
replace() method had been called with the new value as its argument".

Please let me know if that doesn't address your concern.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 17:29:56 UTC