pubnotes/Overview.html 1.270 1.1001 to 1.1003, URLification (changed by

1.1001 to 1.1003, URLification (changed by: Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.270.html#no_fpwd-toc
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.270.html#web-browsers_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.270.html#the-2d_wd2-toc

Current content per affected section: 
  http://dev.w3.org/html5/pubnotes/Overview.html#no_fpwd-toc
  http://dev.w3.org/html5/pubnotes/Overview.html#web-browsers_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#the-2d_wd2-toc

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#no_fpwd-toc
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#web-browsers_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-2d_wd2-toc

Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html

http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.269&r2=1.270&f=h

===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- Overview.html	29 Jun 2008 14:20:14 -0000	1.269
+++ Overview.html	29 Jun 2008 15:27:21 -0000	1.270
@@ -118,6 +118,8 @@
 </li>
 <li id="web-browsers_wd2-toc"><a href="#web-browsers_wd2">Section 5, Web browsers</a>
 <ul>
+<li id="history_wd2-toc"><a href="#history_wd2">Section 5.8, Session history and navigation</a>
+</li>
 <li id="browsing0_wd2-toc"><a href="#browsing0_wd2">Section 5.9, Browsing the Web</a>
 </li>
 </ul>
@@ -961,6 +963,30 @@
           browsers, defines features affecting environments that
           deal with multiple pages, links between pages, and running
           scripts.</p>
+          <div id="history_wd2" class="section">
+            <h2>Section 5.8, Session history and navigation <a class="hash" href="#history_wd2">#</a> <a class="toc-bak" href="#history_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#history">Section 5.8, Session history and navigation</a>” in the
+        current “Editor’s Draft”
+        version of the specification.</p><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#history">Section 5.8, Session history and navigation</a>” in a
+        diff-marked version of the specification, showing
+        changes made between
+        10 June 2008
+        and 
+        current “Editor’s Draft”.</p></div>
+            <p>This section defines the <strong>session
+              history</strong> for a browsing context and its
+            associated <code>History</code> interface. In this
+            section, the following changes were made:</p>
+            <ul>
+              <li>In the “The History interface” subsection, for
+              consistency with the conformance requirements
+              specified in the “URLs” section, extensive revisions
+              were made to the algorithm that user agents must run
+              with the
+              <code class="method">pushState()</code>
+              method
+              is invoked.</li>
+            </ul>
+          </div>
           <div id="browsing0_wd2" class="section">
             <h2>Section 5.9, Browsing the Web <a class="hash" href="#browsing0_wd2">#</a> <a class="toc-bak" href="#browsing0_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#browsing0">Section 5.9, Browsing the Web</a>” in the
         current “Editor’s Draft”

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- Overview.src.html	29 Jun 2008 14:07:09 -0000	1.256
+++ Overview.src.html	29 Jun 2008 15:27:21 -0000	1.257
@@ -455,6 +455,23 @@
           browsers, defines features affecting environments that
           deal with multiple pages, links between pages, and running
           scripts.</p>
+          <section id=history_wd2>
+            <h2>Section 5.8, Session history and navigation</h2>
+            <p>This section defines the <strong>session
+              history</strong> for a browsing context and its
+            associated <code>History</code> interface. In this
+            section, the following changes were made:</p>
+            <ul>
+              <li>In the “The History interface” subsection, for
+              consistency with the conformance requirements
+              specified in the “URLs” section, extensive revisions
+              were made to the algorithm that user agents must run
+              with the
+              <code class=method>pushState()</code>
+              method
+              is invoked.</li>
+            </ul>
+          </section>
           <section id=browsing0_wd2>
             <h2>Section 5.9, Browsing the Web</h2>
             <p>This section specifies user agent behavior related

Received on Sunday, 29 June 2008 15:29:59 UTC