- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 11:32:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16506 Modified Files: Overview.html Log Message: Fix the joint session history -- the current entries of other frames shouldn't be shown. (whatwg r4209) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3354 retrieving revision 1.3355 diff -u -d -r1.3354 -r1.3355 --- Overview.html 20 Oct 2009 11:21:33 -0000 1.3354 +++ Overview.html 20 Oct 2009 11:32:09 -0000 1.3355 @@ -46663,7 +46663,13 @@ histories</a> of all <a href="#browsing-context" title="browsing context">browsing contexts</a> of all the <a href="#fully-active">fully active</a> <code>Document</code> objects that share the <code><a href="#history-0">History</a></code> - object's <a href="#top-level-browsing-context">top-level browsing context</a>.<p>Entries in the <a href="#joint-session-history">joint session history</a> are ordered + object's <a href="#top-level-browsing-context">top-level browsing context</a>, with all the + entries that are <a href="#current-entry" title="current entry">current entries</a> + in their respective <a href="#session-history" title="session history">session + histories</a> removed except for the <a href="#current-entry-of-the-joint-session-history">current entry of the + joint session history</a>.<p>The <dfn id="current-entry-of-the-joint-session-history">current entry of the joint session history</dfn> is the + entry that was the most recently became a <a href="#current-entry">current entry</a> + in its <a href="#session-history">session history</a>.<p>Entries in the <a href="#joint-session-history">joint session history</a> are ordered chronologically by the time they were added to their respective <a href="#session-history" title="session history">session histories</a>. (Since all these <a href="#browsing-context" title="browsing context">browsing contexts</a> by @@ -46672,9 +46678,7 @@ history">session histories</a> had their entries added.) Each entry has an index; the earliest entry has index 0, and the subsequent entries are numbered with consecutively increasing - integers (1, 2, 3, etc).<p>The <dfn id="current-entry-of-the-joint-session-history">current entry of the joint session history</dfn> is the - entry that was the most recently became a <a href="#current-entry">current entry</a> - in its <a href="#session-history">session history</a>.<div class="impl"> + integers (1, 2, 3, etc).<div class="impl"> <p>The <dfn id="dom-history-length" title="dom-history-length"><code>length</code></dfn> attribute of the <code><a href="#history-0">History</a></code> interface must return the
Received on Tuesday, 20 October 2009 11:32:17 UTC