pubnotes/Overview.html 1.271 1.1000 "URLify the registerContentHandler(

1.1000 "URLify the registerContentHandler() section" (changed by:
Michael Smith)

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

Current content per affected section: 
  http://dev.w3.org/html5/pubnotes/Overview.html#rendering_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/#rendering_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.270&r2=1.271&f=h

===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- Overview.html	29 Jun 2008 15:27:21 -0000	1.270
+++ Overview.html	29 Jun 2008 15:38:51 -0000	1.271
@@ -118,6 +118,8 @@
 </li>
 <li id="web-browsers_wd2-toc"><a href="#web-browsers_wd2">Section 5, Web browsers</a>
 <ul>
+<li id="browser_wd2-toc"><a href="#browser_wd2">Section 5.6, Browser state</a>
+</li>
 <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>
@@ -963,6 +965,33 @@
           browsers, defines features affecting environments that
           deal with multiple pages, links between pages, and running
           scripts.</p>
+          <div id="browser_wd2" class="section">
+            <h2>Section 5.6, Browser state <a class="hash" href="#browser_wd2">#</a> <a class="toc-bak" href="#browser_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#browser">Section 5.6, Browser state</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/#browser">Section 5.6, Browser state</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 how Web sites can register
+            themselves as potential protocol and content handlers;
+            for example, how a Web-based mail application can
+            register itself as a potential handler for the
+            <code>mailto:</code> protocol.</p>
+            <p>In this section, the following changes were made:</p>
+            <ul>
+              <li>For consistency with the conformance
+              requirements specified in the “URLs” section, in the
+              list of arguments for the
+              <code class="method">registerProtocolHandler()</code>
+              and
+              <code class="method">registerContentHandler()</code>
+              methods, a number of revisions were made to the the
+              text specifying the meaning of the
+              <code>url</code> argument.</li>
+            </ul>
+          </div>
           <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”

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- Overview.src.html	29 Jun 2008 15:27:21 -0000	1.257
+++ Overview.src.html	29 Jun 2008 15:38:51 -0000	1.258
@@ -455,6 +455,26 @@
           browsers, defines features affecting environments that
           deal with multiple pages, links between pages, and running
           scripts.</p>
+          <section id=browser_wd2>
+            <h2>Section 5.6, Browser state</h2>
+            <p>This section defines how Web sites can register
+            themselves as potential protocol and content handlers;
+            for example, how a Web-based mail application can
+            register itself as a potential handler for the
+            <code>mailto:</code> protocol.</p>
+            <p>In this section, the following changes were made:</p>
+            <ul>
+              <li>For consistency with the conformance
+              requirements specified in the “URLs” section, in the
+              list of arguments for the
+              <code class=method>registerProtocolHandler()</code>
+              and
+              <code class=method>registerContentHandler()</code>
+              methods, a number of revisions were made to the the
+              text specifying the meaning of the
+              <code>url</code> argument.</li>
+            </ul>
+          </section>
           <section id=history_wd2>
             <h2>Section 5.8, Session history and navigation</h2>
             <p>This section defines the <strong>session

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