Skip to content

Commit

Permalink
[e] (0) Precision.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18618
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7475 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2012
1 parent 01b9553 commit fef4abe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -69717,10 +69717,10 @@ <h4 id=the-session-history-of-browsing-contexts><span class=secno>6.5.1 </span>T
<p>A <dfn id=state-object>state object</dfn> is an object representing a user
interface state.</p>

<p>Pages can <a href=#dom-history-pushstate title=dom-history-pushState>add</a> <a href=#state-object title="state object">state objects</a> between their entry in the
session history and the next ("forward") entry. These are then <a href=#event-popstate title=event-popstate>returned to the script</a> when the user
(or script) goes back in the history, thus enabling authors to use
the "navigation" metaphor even in one-page applications.</p>
<p>Pages can <a href=#dom-history-pushstate title=dom-history-pushState>add</a> <a href=#state-object title="state object">state
objects</a> to the session history. These are then <a href=#event-popstate title=event-popstate>returned to the
script</a> when the user (or script) goes back in the history, thus enabling authors to use the
"navigation" metaphor even in one-page applications.</p>

<div class=note>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -69717,10 +69717,10 @@ x === this; // true</pre>
<p>A <dfn id=state-object>state object</dfn> is an object representing a user
interface state.</p>

<p>Pages can <a href=#dom-history-pushstate title=dom-history-pushState>add</a> <a href=#state-object title="state object">state objects</a> between their entry in the
session history and the next ("forward") entry. These are then <a href=#event-popstate title=event-popstate>returned to the script</a> when the user
(or script) goes back in the history, thus enabling authors to use
the "navigation" metaphor even in one-page applications.</p>
<p>Pages can <a href=#dom-history-pushstate title=dom-history-pushState>add</a> <a href=#state-object title="state object">state
objects</a> to the session history. These are then <a href=#event-popstate title=event-popstate>returned to the
script</a> when the user (or script) goes back in the history, thus enabling authors to use the
"navigation" metaphor even in one-page applications.</p>

<div class=note>

Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -81647,12 +81647,10 @@ x === this; // true</pre>
<p>A <dfn>state object</dfn> is an object representing a user
interface state.</p>

<p>Pages can <span title="dom-history-pushState">add</span> <span
title="state object">state objects</span> between their entry in the
session history and the next ("forward") entry. These are then <span
title="event-popstate">returned to the script</span> when the user
(or script) goes back in the history, thus enabling authors to use
the "navigation" metaphor even in one-page applications.</p>
<p>Pages can <span title="dom-history-pushState">add</span> <span title="state object">state
objects</span> to the session history. These are then <span title="event-popstate">returned to the
script</span> when the user (or script) goes back in the history, thus enabling authors to use the
"navigation" metaphor even in one-page applications.</p>

<div class="note">

Expand Down

0 comments on commit fef4abe

Please sign in to comment.