Skip to content

Commit

Permalink
[e] (0) Add a hyperlink to make this clearer.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23279
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8198 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2013
1 parent 1adbeef commit 36c871b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -68921,7 +68921,7 @@ <h5 id=event-definitions-1><span class=secno>6.6.10.1 </span>Event definitions</

</div>

<hr><p>The <dfn id=event-pageshow title=event-pageshow><code>pageshow</code></dfn> event is fired when traversing
<hr><p>The <dfn id=event-pageshow title=event-pageshow><code>pageshow</code></dfn> event is fired when <a href=#traverse-the-history title="traverse the history">traversing</a>
<em>to</em> a <a href=#session-history-entry>session history entry</a>. The <dfn id=event-pagehide title=event-pagehide><code>pagehide</code></dfn> event is fired when traversing <em>from</em> a
<a href=#session-history-entry>session history entry</a>. The specification uses the <a href=#page-showing>page showing</a> flag to
ensure that scripts receive these events in a consistent manner (e.g. that they never receive two
Expand Down Expand Up @@ -103713,6 +103713,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Jamie Lokier,
Janusz Majnert,
Jan-Klaas Kollhof,
Jared Jacobs,
Jason Duell,
Jason Kersey,
Jason Lustig,
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -68921,7 +68921,7 @@ dictionary <dfn id=hashchangeeventinit>HashChangeEventInit</dfn> : <a href=#even

</div>

<hr><p>The <dfn id=event-pageshow title=event-pageshow><code>pageshow</code></dfn> event is fired when traversing
<hr><p>The <dfn id=event-pageshow title=event-pageshow><code>pageshow</code></dfn> event is fired when <a href=#traverse-the-history title="traverse the history">traversing</a>
<em>to</em> a <a href=#session-history-entry>session history entry</a>. The <dfn id=event-pagehide title=event-pagehide><code>pagehide</code></dfn> event is fired when traversing <em>from</em> a
<a href=#session-history-entry>session history entry</a>. The specification uses the <a href=#page-showing>page showing</a> flag to
ensure that scripts receive these events in a consistent manner (e.g. that they never receive two
Expand Down Expand Up @@ -103713,6 +103713,7 @@ if (s = prompt('What is your name?')) {
Jamie Lokier,
Janusz Majnert,
Jan-Klaas Kollhof,
Jared Jacobs,
Jason Duell,
Jason Kersey,
Jason Lustig,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -76962,7 +76962,7 @@ dictionary <dfn>HashChangeEventInit</dfn> : <span>EventInit</span> {

<hr>

<p>The <dfn title="event-pageshow"><code>pageshow</code></dfn> event is fired when traversing
<p>The <dfn title="event-pageshow"><code>pageshow</code></dfn> event is fired when <span title="traverse the history">traversing</span>
<em>to</em> a <span>session history entry</span>. The <dfn
title="event-pagehide"><code>pagehide</code></dfn> event is fired when traversing <em>from</em> a
<span>session history entry</span>. The specification uses the <span>page showing</span> flag to
Expand Down Expand Up @@ -116218,6 +116218,7 @@ if (s = prompt('What is your name?')) {
Jamie Lokier,
Janusz Majnert,
Jan-Klaas Kollhof,
Jared Jacobs,
Jason Duell,
Jason Kersey,
Jason Lustig,
Expand Down

0 comments on commit 36c871b

Please sign in to comment.