html5/pubnotes Overview.html,1.279,1.280 Overview.src.html,1.265,1.266

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.1026 & 1.1027, Make <svg:foreignObject> scoping. (bug 5815) (whatwg r1837)


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- Overview.html	1 Jul 2008 11:54:49 -0000	1.279
+++ Overview.html	1 Jul 2008 12:21:36 -0000	1.280
@@ -13,7 +13,7 @@
   </head>
   <body><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2>
         W3C
-        Editor’s Draft <em>30 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
+        Editor’s Draft <em>1 July 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
                 var id = "$Id$";
                 var a = document.getElementById('cvsVersionLink');
                 var xs = id.match(/ ([0-9]\.[0-9.]+) /);
@@ -52,7 +52,7 @@
         report can be found in the <a href="http://www.w3.org/TR/">W3C technical
           reports index</a> at http://www.w3.org/TR/.
       </em></p><p>
-        This document is the 30 June 2008 <b>Editor’s Draft</b> of 
+        This document is the 1 July 2008 <b>Editor’s Draft</b> of 
         <cite>HTML 5 Publication Notes</cite>.
       
       Please send comments about this document to
@@ -176,6 +176,12 @@
 </li>
 </ul>
 </li>
+<li id="syntax_wd2-toc"><a href="#syntax_wd2">Section 8, The HTML syntax</a>
+<ul>
+<li id="parsing_wd2-toc"><a href="#parsing_wd2">Section 8.2, Parsing HTML documents</a>
+</li>
+</ul>
+</li>
 <li id="acknowledgements_wd2-toc"><a href="#acknowledgements_wd2">Acknowledgements</a>
 </li>
 </ul>
@@ -1451,6 +1457,45 @@
             </ul>
           </div>
         </div>
+        <div id="syntax_wd2" class="section">
+          <h2>Section 8, The HTML syntax <a class="hash" href="#syntax_wd2">#</a> <a class="toc-bak" href="#syntax_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#syntax">Section 8, The HTML syntax</a>” in the
+        current “Editor’s Draft”
+        version of the specification.</p><p class="spec-link">View
+        
+        “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#syntax">Section 8, The HTML syntax</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 describes syntax rules for the
+          <code>text/html</code> serialization of the HTML language,
+          as well as rules for parsing and serializing it.</p>
+          <div id="parsing_wd2" class="section">
+            <h2>Section 8.2, Parsing HTML documents <a class="hash" href="#parsing_wd2">#</a> <a class="toc-bak" href="#parsing_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#parsing">Section 8.2, Parsing HTML documents</a>” in the
+        current “Editor’s Draft”
+        version of the specification.</p><p class="spec-link">View
+        
+        “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#parsing">Section 8.2, Parsing HTML documents</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 parsing rules used by
+            user agents, data mining tools, and conformance
+            checkers in parsing <code>text/html</code> content. In
+            this section, the following changes were made:</p>
+            <ul>
+              <li>In the “Parse state” subsection, revisions were
+              made to the algorithm for determining whether the
+              stack of open elements has an element in
+              scope.</li>
+            </ul>
+          </div>
+        </div>
         <div id="acknowledgements_wd2" class="section">
           <h2>Acknowledgements <a class="hash" href="#acknowledgements_wd2">#</a> <a class="toc-bak" href="#acknowledgements_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#acknowledgements">Acknowledgements</a>” in the
         current “Editor’s Draft”

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -d -r1.265 -r1.266
--- Overview.src.html	1 Jul 2008 11:54:49 -0000	1.265
+++ Overview.src.html	1 Jul 2008 12:21:36 -0000	1.266
@@ -700,6 +700,25 @@
             </ul>
           </section>
         </section>
+        <section id=syntax_wd2>
+          <h2>Section 8, The HTML syntax</h2>
+          <p>This section describes syntax rules for the
+          <code>text/html</code> serialization of the HTML language,
+          as well as rules for parsing and serializing it.</p>
+          <section id=parsing_wd2>
+            <h2>Section 8.2, Parsing HTML documents</h2>
+            <p>This section defines parsing rules used by
+            user agents, data mining tools, and conformance
+            checkers in parsing <code>text/html</code> content. In
+            this section, the following changes were made:</p>
+            <ul>
+              <li>In the “Parse state” subsection, revisions were
+              made to the algorithm for determining whether the
+              stack of open elements has an element in
+              scope.</li>
+            </ul>
+          </section>
+        </section>
         <section id=acknowledgements_wd2>
           <h2>Acknowledgements</h2>
           <p>The following names were added to the list of names in

Received on Tuesday, 1 July 2008 12:22:21 UTC