- From: Justin Lebar <justin.lebar@gmail.com>
- Date: Mon, 2 Nov 2009 00:48:23 -0700
In section 6.10.2: "The pushState(data, title, url) method adds a state object to the history." perhaps should be "... adds a state object *entry* to the history." "The replaceState(data, title, url) method updates the current entry in the history to have a state object." perhaps should be "The replaceState(data, title, url) method adds a stateObject to the current history entry or modifies (updates?) the entry's stateObject." "When either of these methods are invoked" should be "When either of these methods is invoked". -Justin
Received on Sunday, 1 November 2009 23:48:23 UTC