hixie: Provide a hook for the Page Visibility spec. (whatwg r7010)

hixie: Provide a hook for the Page Visibility spec. (whatwg r7010)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5600&r2=1.5601&f=h
http://html5.org/tools/web-apps-tracker?from=7009&to=7010

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5600
retrieving revision 1.5601
diff -u -d -r1.5600 -r1.5601
--- Overview.html 29 Feb 2012 21:24:49 -0000 1.5600
+++ Overview.html 29 Feb 2012 22:40:04 -0000 1.5601
@@ -49472,6 +49472,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>
@@ -74401,6 +74412,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 &mdash; Portable document format &mdash; Part 1: PDF</a></cite>. ISO.</dd>

Received on Wednesday, 29 February 2012 22:40:26 UTC