Re: [whatwg] Proposing: "autoscroll" event

On Tue, May 14, 2013 at 5:01 PM, Nils Dagsson Moskopp <
nils@dieweltistgarnichtso.net> wrote:

> The simplest solution (by far) would be to stop storing “information
> that is used by JS” in a hash. Even Internet Explorer has pushState()
> these days: <http://caniuse.com/history>.
>

Web APIs have to deal with how things are actually used, not how you wish
they were.  Storing state in the hash is a reality.

Additionally, pushState does not replace storing state in the hash, nor was
it intended to.

-- 
Glenn Maynard

Received on Tuesday, 14 May 2013 23:44:37 UTC