- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Apr 2011 19:00:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5165
Modified Files:
Overview.html
Log Message:
Minor tweaks to make sure location.reload() works correctly with document.open()-created-documents. (whatwg r6037)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4846
retrieving revision 1.4847
diff -u -d -r1.4846 -r1.4847
--- Overview.html 28 Apr 2011 17:42:22 -0000 1.4846
+++ Overview.html 28 Apr 2011 19:00:43 -0000 1.4847
@@ -7303,10 +7303,11 @@
<a href="#reload-override-buffer">reload override buffer</a>.</li>
<li><p><a href="#navigate">Navigate</a> the
- <a href="#browsing-context">browsing context</a> to a resource whose source is <var title="">source</var>. When the <a href="#navigate">navigate</a> algorithm
- creates a <code><a href="#document">Document</a></code> object for this purpose, set that
- <code><a href="#document">Document</a></code>'s <a href="#reload-override-flag">reload override flag</a> and set
- its <a href="#reload-override-buffer">reload override buffer</a> to <var title="">source</var>.</li>
+ <a href="#browsing-context">browsing context</a> to a resource whose source is <var title="">source</var>, with <a href="#replacement-enabled">replacement enabled</a>. When
+ the <a href="#navigate">navigate</a> algorithm creates a <code><a href="#document">Document</a></code>
+ object for this purpose, set that <code><a href="#document">Document</a></code>'s
+ <a href="#reload-override-flag">reload override flag</a> and set its <a href="#reload-override-buffer">reload override
+ buffer</a> to <var title="">source</var>.</li>
</ol><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p>All <code><a href="#document">Document</a></code> objects (in user agents implementing
this specification) <span class="impl">must</span> also implement
@@ -10475,9 +10476,12 @@
entry, just before the last entry, and associate with the new entry
the text that was parsed by the previous parser associated with the
<code><a href="#document">Document</a></code> object, as well as the state of the document
- at the start of these steps. (This allows the user to step
- backwards in the session history to see the page before it was
- blown away by the <code title="dom-document-open"><a href="#dom-document-open">document.open()</a></code> call.)</li>
+ at the start of these steps. This allows the user to step backwards
+ in the session history to see the page before it was blown away by
+ the <code title="dom-document-open"><a href="#dom-document-open">document.open()</a></code> call.
+ This new entry does not have a <code><a href="#document">Document</a></code> object, so a
+ new one will be created if the session history is traversed to that
+ entry.</li>
<li><p>Finally, set the <a href="#insertion-point">insertion point</a> to point at
just before the end of the <a href="#the-input-stream">input stream</a> (which at this
Received on Thursday, 28 April 2011 19:00:48 UTC