- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 03:05:49 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: help people find window.navigator (whatwg r5491)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4381&r2=1.4382&f=h
http://html5.org/tools/web-apps-tracker?from=5490&to=5491
===================================================================
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:06:18 UTC