- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Jul 2008 13:27:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv13444
Modified Files:
Overview.html Overview.src.html
Log Message:
1.971 Fix an error in the outlining algorithm that broke outlines (whatwg r1781)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- Overview.html 2 Jul 2008 13:18:12 -0000 1.288
+++ Overview.html 2 Jul 2008 13:27:33 -0000 1.289
@@ -1045,6 +1045,8 @@
<li>A part of the “When entering a heading content
element” algorithm related to the <q>candidate
section</q> was revised.</li>
+ <li>A correction was made to the “Creating an
+ outline” algorithm.</li>
</ul>
</div>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -d -r1.273 -r1.274
--- Overview.src.html 2 Jul 2008 13:18:13 -0000 1.273
+++ Overview.src.html 2 Jul 2008 13:27:33 -0000 1.274
@@ -418,6 +418,8 @@
<li>A part of the “When entering a heading content
element” algorithm related to the <q>candidate
section</q> was revised.</li>
+ <li>A correction was made to the “Creating an
+ outline” algorithm.</li>
</ul>
</section>
</section>
Received on Wednesday, 2 July 2008 13:28:09 UTC