- From: poot <cvsmail@w3.org>
- Date: Thu, 19 Feb 2009 17:19:55 +0900 (JST)
- To: public-html-diffs@w3.org
watch() is a gecko-specific feature so I'm not going to address it in
the spec (whatwg r2839)
The user agent must make the specified entry's Document object the active document of the browsing context.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2010.html#appcache-history-2
5.10.10 Unloading documents
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2010.html#unloading-documents
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2009&r2=1.2010&f=h
http://html5.org/tools/web-apps-tracker?from=2838&to=2839
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2009
retrieving revision 1.2010
diff -u -d -r1.2009 -r1.2010
--- Overview.html 19 Feb 2009 08:10:17 -0000 1.2009
+++ Overview.html 19 Feb 2009 08:16:30 -0000 1.2010
@@ -33132,8 +33132,7 @@
<li><p>The <a href=#current-entry>current entry</a> is now the <i>specified
entry</i>.</li>
- </ol><p class=XXX>how does the changing of the global attributes
- affect .watch() when seen from other Windows?<h4 id=unloading-documents><span class=secno>5.10.10 </span>Unloading documents</h4><p>When a user agent is to <dfn id=unload-a-document>unload a document</dfn>, it must run
+ </ol><h4 id=unloading-documents><span class=secno>5.10.10 </span>Unloading documents</h4><p>When a user agent is to <dfn id=unload-a-document>unload a document</dfn>, it must run
the following steps. These steps are passed an argument, <var title="">recycle</var>, which is either true or false, indicating
whether the <code>Document</code> object is going to be
re-used. (This is set by the <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> method.)<ol><li><p>Set <var title="">salvageable</var> to true.</li>
Received on Thursday, 19 February 2009 08:20:31 UTC