Skip to content

Commit

Permalink
[e] (0) Provide a hook for the Page Visibility spec.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7010 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 29, 2012
1 parent 01e1f33 commit f91c5b2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions complete.html
Expand Up @@ -65216,6 +65216,17 @@ <h4 id=unloading-documents><span class=secno>6.5.11 </span>Unloading documents</
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>
Expand Down Expand Up @@ -98090,6 +98101,9 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<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 &mdash; Portable document format &mdash; Part 1: PDF</a></cite>. ISO.</dd>

Expand Down
14 changes: 14 additions & 0 deletions index
Expand Up @@ -65216,6 +65216,17 @@ dictionary <dfn id=pagetransitioneventinit>PageTransitionEventInit</dfn> : <a hr
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>
Expand Down Expand Up @@ -98090,6 +98101,9 @@ if (s = prompt('What is your name?')) {
<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 &mdash; Portable document format &mdash; Part 1: PDF</a></cite>. ISO.</dd>

Expand Down
14 changes: 14 additions & 0 deletions source
Expand Up @@ -76237,6 +76237,17 @@ dictionary <dfn>PageTransitionEventInit</dfn> : <span>EventInit</span> {
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>
Expand Down Expand Up @@ -114926,6 +114937,9 @@ if (s = prompt('What is your name?')) {
<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 &mdash; Portable document format &mdash; Part 1: PDF</a></cite>. ISO.</dd>

Expand Down

0 comments on commit f91c5b2

Please sign in to comment.