- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Sep 2010 18:05:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22114 Modified Files: Overview.html Log Message: help people find window.navigator (whatwg r5491) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4381 retrieving revision 1.4382 diff -u -d -r1.4381 -r1.4382 --- Overview.html 25 Sep 2010 18:02:51 -0000 1.4381 +++ Overview.html 25 Sep 2010 18:05:36 -0000 1.4382 @@ -999,7 +999,7 @@ <li><a href="#simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</a></li> <li><a href="#printing"><span class="secno">6.3.2 </span>Printing</a></li> <li><a href="#dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</a></ol></li> - <li><a href="#system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</a> + <li><a href="#system-state-and-capabilities:-the-navigator-object"><span class="secno">6.4 </span>System state and capabilities: the <code>Navigator</code> object</a> <ol> <li><a href="#client-identification"><span class="secno">6.4.1 </span>Client identification</a></li> <li><a href="#custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</a> @@ -48590,7 +48590,7 @@ value</a> to the given new value.</p> </div><p class="note">The <code title="dom-window-close"><a href="#dom-window-close">window.close()</a></code> method can be used to - close the browsing context.<h3 id="system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</h3><div class="impl"> + close the browsing context.<h3 id="system-state-and-capabilities:-the-navigator-object"><span class="secno">6.4 </span>System state and capabilities: the <code><a href="#navigator">Navigator</a></code> object</h3><div class="impl"> <p>The <dfn id="dom-navigator" title="dom-navigator"><code>navigator</code></dfn> attribute of the <code><a href="#window">Window</a></code> interface must return an
Received on Saturday, 25 September 2010 18:05:42 UTC