[html5] r7475 - [e] (0) Precision. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18618 A [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Oct 19 14:21:26 PDT 2012
Author: ianh
Date: 2012-10-19 14:21:24 -0700 (Fri, 19 Oct 2012)
New Revision: 7475
Modified:
complete.html
index
source
Log:
[e] (0) Precision.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18618
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-10-19 21:19:35 UTC (rev 7474)
+++ complete.html 2012-10-19 21:21:24 UTC (rev 7475)
@@ -69717,10 +69717,10 @@
<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>
Modified: index
===================================================================
--- index 2012-10-19 21:19:35 UTC (rev 7474)
+++ index 2012-10-19 21:21:24 UTC (rev 7475)
@@ -69717,10 +69717,10 @@
<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>
Modified: source
===================================================================
--- source 2012-10-19 21:19:35 UTC (rev 7474)
+++ source 2012-10-19 21:21:24 UTC (rev 7475)
@@ -81647,12 +81647,10 @@
<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">
More information about the Commit-Watchers
mailing list