- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 05:46:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv21029
Modified Files:
Overview.html Overview.src.html
Log Message:
1.1094 1905 "Clarify the bogus comment state"
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -d -r1.326 -r1.327
--- Overview.html 23 Jul 2008 05:28:14 -0000 1.326
+++ Overview.html 23 Jul 2008 05:46:57 -0000 1.327
@@ -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-23T14:23:53+09:00</b>.</p></div></div>
+ <b>2008-07-23T14:46:27+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -2703,27 +2703,33 @@
<ul>
<li>A new “Coercing an HTML DOM into an infoset”
subsection was added.</li>
- <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>
- <li>Also in the “Parse state” subsection, the
- following elements were added to the list of
- elements having “varying levels of special parsing
- rules”:
- <code class="element">article</code>,
- <code class="element">aside</code>,
- <code class="element">command</code>,
- <code class="element">datagrid</code>,
- <code class="element">details</code>,
- <code class="element">dialog</code>,
- <code class="element">eventsource</code>,
- <code class="element">figure</code>,
- <code class="element">footer</code>,
- <code class="element">header</code>,
- <code class="element">nav</code>,
- and
- <code class="element">section</code>.</li>
+ <li>In the “Parse state” subsection, the following
+ changes were made:
+ <ul>
+ <li>Revisions were made to the algorithm for
+ determining whether the stack of open elements has
+ an element in scope.</li>
+ <li>The following elements were added to the list of
+ elements having “varying levels of special parsing
+ rules”:
+ <code class="element">article</code>,
+ <code class="element">aside</code>,
+ <code class="element">command</code>,
+ <code class="element">datagrid</code>,
+ <code class="element">details</code>,
+ <code class="element">dialog</code>,
+ <code class="element">eventsource</code>,
+ <code class="element">figure</code>,
+ <code class="element">footer</code>,
+ <code class="element">header</code>,
+ <code class="element">nav</code>,
+ and
+ <code class="element">section</code>.</li>
+ <li>Revisions were made to the part of the
+ tokenization algorithm that concerns the “bogus
+ comment” state.</li>
+ </ul>
+ </li>
<li>In the “Tree construction” subsection, several
instances of the phrase “script that will execute
as soon as the parser resumes” were changed to
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- Overview.src.html 23 Jul 2008 05:28:14 -0000 1.318
+++ Overview.src.html 23 Jul 2008 05:46:57 -0000 1.319
@@ -1642,27 +1642,33 @@
<ul>
<li>A new “Coercing an HTML DOM into an infoset”
subsection was added.</li>
- <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>
- <li>Also in the “Parse state” subsection, the
- following elements were added to the list of
- elements having “varying levels of special parsing
- rules”:
- <code class=element>article</code>,
- <code class=element>aside</code>,
- <code class=element>command</code>,
- <code class=element>datagrid</code>,
- <code class=element>details</code>,
- <code class=element>dialog</code>,
- <code class=element>eventsource</code>,
- <code class=element>figure</code>,
- <code class=element>footer</code>,
- <code class=element>header</code>,
- <code class=element>nav</code>,
- and
- <code class=element>section</code>.</li>
+ <li>In the “Parse state” subsection, the following
+ changes were made:
+ <ul>
+ <li>Revisions were made to the algorithm for
+ determining whether the stack of open elements has
+ an element in scope.</li>
+ <li>The following elements were added to the list of
+ elements having “varying levels of special parsing
+ rules”:
+ <code class=element>article</code>,
+ <code class=element>aside</code>,
+ <code class=element>command</code>,
+ <code class=element>datagrid</code>,
+ <code class=element>details</code>,
+ <code class=element>dialog</code>,
+ <code class=element>eventsource</code>,
+ <code class=element>figure</code>,
+ <code class=element>footer</code>,
+ <code class=element>header</code>,
+ <code class=element>nav</code>,
+ and
+ <code class=element>section</code>.</li>
+ <li>Revisions were made to the part of the
+ tokenization algorithm that concerns the “bogus
+ comment” state.</li>
+ </ul>
+ </li>
<li>In the “Tree construction” subsection, several
instances of the phrase “script that will execute
as soon as the parser resumes” were changed to
Received on Wednesday, 23 July 2008 05:47:34 UTC