[html5] r8198 - [e] (0) Add a hyperlink to make this clearer. Fixing https://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 24 15:31:29 PDT 2013


Author: ianh
Date: 2013-09-24 15:31:27 -0700 (Tue, 24 Sep 2013)
New Revision: 8198

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add a hyperlink to make this clearer.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23279
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-09-24 22:20:31 UTC (rev 8197)
+++ complete.html	2013-09-24 22:31:27 UTC (rev 8198)
@@ -68921,7 +68921,7 @@
 
   </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
@@ -103713,6 +103713,7 @@
   Jamie Lokier,
   Janusz Majnert,
   Jan-Klaas Kollhof,
+  Jared Jacobs,
   Jason Duell,
   Jason Kersey,
   Jason Lustig,

Modified: index
===================================================================
--- index	2013-09-24 22:20:31 UTC (rev 8197)
+++ index	2013-09-24 22:31:27 UTC (rev 8198)
@@ -68921,7 +68921,7 @@
 
   </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
@@ -103713,6 +103713,7 @@
   Jamie Lokier,
   Janusz Majnert,
   Jan-Klaas Kollhof,
+  Jared Jacobs,
   Jason Duell,
   Jason Kersey,
   Jason Lustig,

Modified: source
===================================================================
--- source	2013-09-24 22:20:31 UTC (rev 8197)
+++ source	2013-09-24 22:31:27 UTC (rev 8198)
@@ -76962,7 +76962,7 @@
 
   <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
@@ -116218,6 +116218,7 @@
   Jamie Lokier,
   Janusz Majnert,
   Jan-Klaas Kollhof,
+  Jared Jacobs,
   Jason Duell,
   Jason Kersey,
   Jason Lustig,




More information about the Commit-Watchers mailing list