html5/spec Overview.html,1.1849,1.1850

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28532

Modified Files:
	Overview.html 
Log Message:
Note that .onLine might not be accurate (whatwg r2680)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1849
retrieving revision 1.1850
diff -u -d -r1.1849 -r1.1850
--- Overview.html	17 Jan 2009 00:09:55 -0000	1.1849
+++ Overview.html	17 Jan 2009 19:53:27 -0000	1.1850
@@ -30940,7 +30940,8 @@
   <code title=dom-navigator-onLine><a href=#dom-navigator-online>navigator.onLine</a></code> attribute
   of the <code><a href=#window>Window</a></code> changes from false to true, the user
   agent must <a href=#fire-a-simple-event>fire a simple event</a> called <dfn id=event-online title=event-online><code>online</code></dfn> at <a href=#the-body-element-1>the body
-  element</a>.</p><!-- XXX ononline onoffline need to be defined --><h3 id=history><span class=secno>5.8 </span>Session history and navigation</h3><h4 id=the-session-history-of-browsing-contexts><span class=secno>5.8.1 </span>The session history of browsing contexts</h4><p>The sequence of <code>Document</code>s in a <a href=#browsing-context>browsing
+  element</a>.<p class=note>This attribute is inherently unreliable. A computer
+  can be connected to a network without having Internet access.</p><!-- XXX ononline onoffline need to be defined --><h3 id=history><span class=secno>5.8 </span>Session history and navigation</h3><h4 id=the-session-history-of-browsing-contexts><span class=secno>5.8.1 </span>The session history of browsing contexts</h4><p>The sequence of <code>Document</code>s in a <a href=#browsing-context>browsing
   context</a> is its <dfn id=session-history>session history</dfn>.<p><code><a href=#history-1>History</a></code> objects provide a representation of the
   pages in the session history of <a href=#browsing-context title="browsing
   context">browsing contexts</a>. Each browsing context has a

Received on Saturday, 17 January 2009 19:53:40 UTC