- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Feb 2009 08:16:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22674 Modified Files: Overview.html Log Message: watch() is a gecko-specific feature so I'm not going to address it in the spec (whatwg r2839) Index: Overview.html =================================================================== 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:16:46 UTC