- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 29 Jun 2008 15:38:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv19251 Modified Files: Overview.html Overview.src.html Log Message: 1.1000 "URLify the registerContentHandler() section" Index: Overview.html =================================================================== 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:39:28 UTC