[Bug 12707] popstate API still not fully updated to match Firefox implementation

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12707

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-08-10 19:45:42 UTC ---
This should be pretty straight-forward. I just need to define a per-Document
state whose value is a session history entry, initially set to be the first
entry. Whenever transitioning in session history, compare old value to new
value in the current popstate step, and if it's different, fire the event and
update the value.

-- 
Configure bugmail: http://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 Wednesday, 10 August 2011 19:45:43 UTC