[html5] r7010 - [e] (0) Provide a hook for the Page Visibility spec. Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 29 14:40:00 PST 2012
Author: ianh
Date: 2012-02-29 14:39:58 -0800 (Wed, 29 Feb 2012)
New Revision: 7010
Modified:
complete.html
index
source
Log:
[e] (0) Provide a hook for the Page Visibility spec.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-02-29 21:24:40 UTC (rev 7009)
+++ complete.html 2012-02-29 22:39:58 UTC (rev 7010)
@@ -65216,6 +65216,17 @@
attribute initialized to true. This event must not bubble, must not
be cancelable, and has no default action.</li>
+ <li>
+
+ <p>Run any <dfn id=unloading-document-visibility-change-steps>unloading document visibility change steps</dfn>
+ for <code><a href=#document>Document</a></code> that are defined by <a href=#other-applicable-specifications>other
+ applicable specifications</a>.</p>
+
+ <p class=note>This is specifically intended for use by the Page
+ Visibility specification. <a href=#refsPAGEVIS>[PAGEVIS]</a></p>
+
+ </li>
+
<li><p><i>Unload event</i>: <a href=#fire-a-simple-event>Fire a simple event</a> named
<code title=event-unload>unload</code> at the
<code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code> object.</li>
@@ -98090,6 +98101,9 @@
<dt id=refsORIGIN>[ORIGIN]</dt>
<dd><cite><a href=http://tools.ietf.org/html/rfc6454>The Web Origin Concept</a></cite>, A. Barth. IETF.</dd>
+ <dt id=refsPAGEVIS>[PAGEVIS]</dt>
+ <dd>(Non-normative) <cite><a href=http://www.w3c-test.org/webperf/specs/PageVisibility/>Page Visibility</a></cite>, J. Mann, A. Jain. W3C.</dd>
+
<dt id=refsPDF>[PDF]</dt>
<dd>(Non-normative) <cite><a href=http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf>Document management — Portable document format — Part 1: PDF</a></cite>. ISO.</dd>
Modified: index
===================================================================
--- index 2012-02-29 21:24:40 UTC (rev 7009)
+++ index 2012-02-29 22:39:58 UTC (rev 7010)
@@ -65216,6 +65216,17 @@
attribute initialized to true. This event must not bubble, must not
be cancelable, and has no default action.</li>
+ <li>
+
+ <p>Run any <dfn id=unloading-document-visibility-change-steps>unloading document visibility change steps</dfn>
+ for <code><a href=#document>Document</a></code> that are defined by <a href=#other-applicable-specifications>other
+ applicable specifications</a>.</p>
+
+ <p class=note>This is specifically intended for use by the Page
+ Visibility specification. <a href=#refsPAGEVIS>[PAGEVIS]</a></p>
+
+ </li>
+
<li><p><i>Unload event</i>: <a href=#fire-a-simple-event>Fire a simple event</a> named
<code title=event-unload>unload</code> at the
<code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code> object.</li>
@@ -98090,6 +98101,9 @@
<dt id=refsORIGIN>[ORIGIN]</dt>
<dd><cite><a href=http://tools.ietf.org/html/rfc6454>The Web Origin Concept</a></cite>, A. Barth. IETF.</dd>
+ <dt id=refsPAGEVIS>[PAGEVIS]</dt>
+ <dd>(Non-normative) <cite><a href=http://www.w3c-test.org/webperf/specs/PageVisibility/>Page Visibility</a></cite>, J. Mann, A. Jain. W3C.</dd>
+
<dt id=refsPDF>[PDF]</dt>
<dd>(Non-normative) <cite><a href=http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf>Document management — Portable document format — Part 1: PDF</a></cite>. ISO.</dd>
Modified: source
===================================================================
--- source 2012-02-29 21:24:40 UTC (rev 7009)
+++ source 2012-02-29 22:39:58 UTC (rev 7010)
@@ -76237,6 +76237,17 @@
attribute initialized to true. This event must not bubble, must not
be cancelable, and has no default action.</p></li>
+ <li>
+
+ <p>Run any <dfn>unloading document visibility change steps</dfn>
+ for <code>Document</code> that are defined by <span>other
+ applicable specifications</span>.</p>
+
+ <p class="note">This is specifically intended for use by the Page
+ Visibility specification. <a href="#refsPAGEVIS">[PAGEVIS]</a></p>
+
+ </li>
+
<li><p><i>Unload event</i>: <span>Fire a simple event</span> named
<code title="event-unload">unload</code> at the
<code>Document</code>'s <code>Window</code> object.</p></li>
@@ -114926,6 +114937,9 @@
<dt id="refsORIGIN">[ORIGIN]</dt>
<dd><cite><a href="http://tools.ietf.org/html/rfc6454">The Web Origin Concept</a></cite>, A. Barth. IETF.</dd>
+ <dt id="refsPAGEVIS">[PAGEVIS]</dt>
+ <dd>(Non-normative) <cite><a href="http://www.w3c-test.org/webperf/specs/PageVisibility/">Page Visibility</a></cite>, J. Mann, A. Jain. W3C.</dd>
+
<dt id="refsPDF">[PDF]</dt>
<dd>(Non-normative) <cite><a href="http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf">Document management — Portable document format — Part 1: PDF</a></cite>. ISO.</dd>
More information about the Commit-Watchers
mailing list