- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Aug 2009 23:31:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12142 Modified Files: Overview.html Log Message: Update domintro bit about document.open()'s replace argument. (whatwg r3700) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2878 retrieving revision 1.2879 diff -u -d -r1.2878 -r1.2879 --- Overview.html 29 Aug 2009 23:26:39 -0000 1.2878 +++ Overview.html 29 Aug 2009 23:30:58 -0000 1.2879 @@ -8347,11 +8347,10 @@ content passed to <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> will be parsed as plain text.</p> - <p>If the <var title="">replace</var> argument is absent or false, - a new entry is added to the session history to represent this - entry, and the previous entries for this <code>Document</code> are - all collapsed into one entry with a new <code>Document</code> - object.</p> + <p>If the <var title="">replace</var> argument is present and has + the value "<code title="">replace</code>", the existing entries in + the session history for the <code>Document</code> object are + removed.</p> <p>The method has no effect if the <code>Document</code> is still being parsed.</p> @@ -48392,7 +48391,7 @@ <a href="#source-browsing-context">source browsing context</a>.</p> - <h5 id="hyperlink-auditing"><span class="secno">6.12.2.1 </span><dfn>Hyperlink auditing</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Controversial Working Draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/1">ISSUE-1</a> (PINGPOST), <a href="http://www.w3.org/html/wg/tracker/issues/63">ISSUE-63</a> (origin-req-scope) and <a href="http://www.w3.org/html/wg/tracker/issues/2">ISSUE-2</a> (PINGUI) block progress to Last Call</span></p> + <h5 id="hyperlink-auditing"><span class="secno">6.12.2.1 </span><dfn>Hyperlink auditing</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Controversial Working Draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/2">ISSUE-2</a> (PINGUI), <a href="http://www.w3.org/html/wg/tracker/issues/63">ISSUE-63</a> (origin-req-scope) and <a href="http://www.w3.org/html/wg/tracker/issues/1">ISSUE-1</a> (PINGPOST) block progress to Last Call</span></p> <p>If an <code><a href="#the-a-element">a</a></code> or <code><a href="#the-area-element">area</a></code> hyperlink element has a <code title="attr-hyperlink-ping"><a href="#ping">ping</a></code> attribute, and the
Received on Saturday, 29 August 2009 23:31:16 UTC