- From: poot <cvsmail@w3.org>
- Date: Sun, 18 Jan 2009 04:56:24 +0900 (JST)
- To: public-html-diffs@w3.org
Note that .onLine might not be accurate (whatwg r2680) session history http://people.w3.org/mike/diffs/html5/spec/Overview.1.1850.html#session-history 5.8 Session history and navigation http://people.w3.org/mike/diffs/html5/spec/Overview.1.1850.html#history online http://people.w3.org/mike/diffs/html5/spec/Overview.1.1850.html#event-online offline http://people.w3.org/mike/diffs/html5/spec/Overview.1.1850.html#event-offline http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1849&r2=1.1850&f=h http://html5.org/tools/web-apps-tracker?from=2679&to=2680 =================================================================== 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:56:59 UTC