html5/pubnotes Overview.html,1.269,1.270 Overview.src.html,1.256,1.257

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv13276

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.1001 to 1.1003, URLification


Index: Overview.html
===================================================================
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:28:01 UTC