hixie: Fix minor editorial issues with history stuff. (whatwg r3678)

hixie: Fix minor editorial issues with history stuff. (whatwg r3678)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2856&r2=1.2857&f=h
http://html5.org/tools/web-apps-tracker?from=3677&to=3678

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2856
retrieving revision 1.2857
diff -u -d -r1.2856 -r1.2857
--- Overview.html 26 Aug 2009 03:18:57 -0000 1.2856
+++ Overview.html 26 Aug 2009 03:23:34 -0000 1.2857
@@ -17582,7 +17582,7 @@
   <a href="#reflect">reflect</a> the respective content attributes of the same
   name.</p>
 
-  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization), <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) and <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
@@ -46873,9 +46873,7 @@
   entries that shared the same <code>Document</code> object with it
   must share the new object as well.</p>
 
-  </div><p>When state object entries are added, a URL can be provided. This
-  URL is used to replace the state object entry if the
-  <code>Document</code> is evicted.<h4 id="the-history-interface"><span class="secno">6.10.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><pre class="idl">interface <dfn id="history-0">History</dfn> {
+  </div><h4 id="the-history-interface"><span class="secno">6.10.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><pre class="idl">interface <dfn id="history-0">History</dfn> {
   readonly attribute long <a href="#dom-history-length" title="dom-history-length">length</a>;
   void <a href="#dom-history-go" title="dom-history-go">go</a>(optional in long delta);
   void <a href="#dom-history-back" title="dom-history-back">back</a>();
@@ -47092,8 +47090,7 @@
 
   <p>When an entry in the session history is activated (which happens
   during <a href="#traverse-the-history" title="traverse the history">session history
-  traversal</a>, as described above), the user agent must run the
-  following steps:</p>
+  traversal</a>), the user agent must run the following steps:</p>
 
   <ol><!-- only called for the first entry of a Document set and for
   state object entries, not for frag id change entries --><li><p>If the entry is a <a href="#state-object">state object</a> entry, let <var title="">state</var> be a <a href="#structured-clone">structured clone</a> of that
@@ -48387,7 +48384,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/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>
+  <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/63">ISSUE-63</a> (origin-req-scope), <a href="http://www.w3.org/html/wg/tracker/issues/1">ISSUE-1</a> (PINGPOST) and <a href="http://www.w3.org/html/wg/tracker/issues/2">ISSUE-2</a> (PINGUI) 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 Wednesday, 26 August 2009 03:24:31 UTC