- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Jul 2008 12:47:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv12633
Modified Files:
Overview.html Overview.src.html
Log Message:
fixed some minor typos
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- Overview.html 21 Jul 2008 12:40:27 -0000 1.322
+++ Overview.html 21 Jul 2008 12:47:39 -0000 1.323
@@ -36,7 +36,7 @@
of the changes without necessarily needing to read the
specification itself.</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-21T21:39:05+09:00</b>.</p></div></div>
+ <b>2008-07-21T21:47:15+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -80,7 +80,7 @@
<div id="toc">
<h2>Table of Contents</h2>
<ul>
-<li id="summary_wd2-toc"><a href="#summary_wd2">2008-06-10: Summary list of selected changes</a>
+<li id="summary_wd2-toc"><a href="#summary_wd2">Current summary list of selected changes</a>
</li>
<li id="details_wd2-toc"><a href="#details_wd2">Current detailed list of changes</a>
<ul>
@@ -565,12 +565,12 @@
</div>
<div id="this_sections">
<div id="summary_wd2" class="section">
- <h2>2008-06-10: Summary list of selected changes <a class="hash" href="#summary_wd2">#</a> <a class="toc-bak" href="#summary_wd2-toc">T</a></h2>
- <p>This section provides a high-level list of selected changes
- in the current Editor’s Draft of the HTML 5 specification
- that were made after the June 2008 working draft. For more
- detailed descriptions of the changes, see the sections in
- this document that follow this one.</p>
+ <h2>Current summary list of selected changes <a class="hash" href="#summary_wd2">#</a> <a class="toc-bak" href="#summary_wd2-toc">T</a></h2>
+ <p>This section provides a high-level list of selected
+ changes in the current Editor’s Draft of the HTML 5
+ specification that were made after the June 2008 working
+ draft. For more detailed descriptions of the changes, see
+ the sections in this document that follow this one.</p>
<ul>
<li>A new <a href="http://www.w3.org/TR/html5/single-page/#channel0">channel messaging</a> feature was added. It defines
the
@@ -589,7 +589,7 @@
now has, in addition to its existing
<a href="http://www.w3.org/TR/html5/single-page/#postmessage"><code class="method">postMessage(<var>message</var>,
<var>targetOrigin</var>)</code></a> form (“two
- argument” form),
+ argument” form), a
<a href="http://www.w3.org/TR/html5/single-page/#postmessage0"><code class="method">postMessage(<var>message</var>,
<var>messagePort</var>,
<var>targetOrigin</var>)</code></a> form (“three
@@ -601,9 +601,11 @@
drafts) and a “Web Socket protocol” that specifies how
a Web-socket-enabled user agent and Web-socket-enabled
server communicate.</li>
- <li>A new “<a href="#urls">URLs</a> section was added;
- among other things, it defines the terms “URL” and
- “absolute” URL, defines interfaces for URL manipulation
+ <li>A new <a href="#urls">URLs</a> section was added;
+ among other things, it defines the terms
+ <strong>URL</strong> and
+ <strong>absolute URL</strong>, defines interfaces for
+ URL manipulation
and related URL decomposition attributes, and specifies
URL parsing rules for user agents.</li>
<li>The <a href="http://www.w3.org/TR/html5/single-page/#effective3">origin of a resource and the effective
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -d -r1.314 -r1.315
--- Overview.src.html 21 Jul 2008 12:40:27 -0000 1.314
+++ Overview.src.html 21 Jul 2008 12:47:39 -0000 1.315
@@ -68,12 +68,12 @@
</section>
<div id=this_sections>
<section id=summary_wd2>
- <h2>2008-06-10: Summary list of selected changes</h2>
- <p>This section provides a high-level list of selected changes
- in the current Editor’s Draft of the HTML 5 specification
- that were made after the June 2008 working draft. For more
- detailed descriptions of the changes, see the sections in
- this document that follow this one.</p>
+ <h2>Current summary list of selected changes</h2>
+ <p>This section provides a high-level list of selected
+ changes in the current Editor’s Draft of the HTML 5
+ specification that were made after the June 2008 working
+ draft. For more detailed descriptions of the changes, see
+ the sections in this document that follow this one.</p>
<ul>
<li>A new <a
href=http://www.w3.org/TR/html5/single-page/#channel0
@@ -96,7 +96,7 @@
<a href=http://www.w3.org/TR/html5/single-page/#postmessage
><code class=method>postMessage(<var>message</var>,
<var>targetOrigin</var>)</code></a> form (“two
- argument” form),
+ argument” form), a
<a href=http://www.w3.org/TR/html5/single-page/#postmessage0
><code
class=method>postMessage(<var>message</var>,
@@ -112,9 +112,11 @@
drafts) and a “Web Socket protocol” that specifies how
a Web-socket-enabled user agent and Web-socket-enabled
server communicate.</li>
- <li>A new “<a href=#urls>URLs</a> section was added;
- among other things, it defines the terms “URL” and
- “absolute” URL, defines interfaces for URL manipulation
+ <li>A new <a href=#urls>URLs</a> section was added;
+ among other things, it defines the terms
+ <strong>URL</strong> and
+ <strong>absolute URL</strong>, defines interfaces for
+ URL manipulation
and related URL decomposition attributes, and specifies
URL parsing rules for user agents.</li>
<li>The <a
Received on Monday, 21 July 2008 12:48:16 UTC