- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 20:37:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv15879
Modified Files:
Overview.html Overview.src.html VERSION
Log Message:
1.939 define the term "section"; other changes in the "Creating an outline" subsection (whatwg r1749)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- Overview.html 9 Jul 2008 20:07:01 -0000 1.311
+++ Overview.html 9 Jul 2008 20:37:41 -0000 1.312
@@ -42,7 +42,7 @@
specification itself or to read through the entire diff
document that shows all the changes..</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-10T05:05:54+09:00</b>.</p></div></div>
+ <b>2008-07-10T05:35:50+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -1534,6 +1534,10 @@
<li>Text specifying “gradient interpolation” was
revised to specify both and <q>interpolation and
extrapolation</q>.</li>
+ <li>The “Shadows” subsection was update to state
+ that support for shadows is a requirement (in
+ previous drafts, it had stated that such support
+ was optional).</li>
<li>In the “Complex shapes (paths)” subsection,
the following changes were made:
<ul>
@@ -3389,11 +3393,22 @@
<ul>
<li>The term <strong>sectioning roots</strong> has
been introduced and defined.</li>
- <li>In the “Creating an outline”, a numbered set of
- steps was added to define the outline algorithm, and
- other details were added.</li>
- <li>In the final subsection, the term “headers” has
- been replaced by “headings”, including in the title,
+ <li>In the “Creating an outline” subsection,
+ the following changes were made:
+ <ul>
+ <li>A numbered set of steps was added to define
+ the outline algorithm.</li>
+ <li>Text was added to define a <q>section</q>
+ as <q>container that corresponds to some nodes
+ in the original DOM tree</q> which <q>can
+ have one heading associated with it</q> and
+ <q>can contain any number of further nested
+ sections.</q></li>
+ <li>An example and other details were added.</li>
+ </ul>
+ </li>
+ <li>In the final subsection, the term “headers” was
+ replaced by “headings”, including in the title,
which now reads “Distinguishing site-wide headings
from page headings”, and some refinements were made
to the wording of the subsection.</li>
Index: VERSION
===================================================================
RCS file: /sources/public/html5/pubnotes/VERSION,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- VERSION 9 Jul 2008 10:25:21 -0000 1.11
+++ VERSION 9 Jul 2008 20:37:41 -0000 1.12
@@ -1,6 +1,4 @@
<!-- * vim: set ft=xml: -->
<versions>
<done>1.1045</done>
- <todo>1.955</todo>
- <todo>1.939</todo>
</versions>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- Overview.src.html 9 Jul 2008 20:13:10 -0000 1.299
+++ Overview.src.html 9 Jul 2008 20:37:41 -0000 1.300
@@ -2153,11 +2153,22 @@
<ul>
<li>The term <strong>sectioning roots</strong> has
been introduced and defined.</li>
- <li>In the “Creating an outline”, a numbered set of
- steps was added to define the outline algorithm, and
- other details were added.</li>
- <li>In the final subsection, the term “headers” has
- been replaced by “headings”, including in the title,
+ <li>In the “Creating an outline” subsection,
+ the following changes were made:
+ <ul>
+ <li>A numbered set of steps was added to define
+ the outline algorithm.</li>
+ <li>Text was added to define a <q>section</q>
+ as <q>container that corresponds to some nodes
+ in the original DOM tree</q> which <q>can
+ have one heading associated with it</q> and
+ <q>can contain any number of further nested
+ sections.</q></li>
+ <li>An example and other details were added.</li>
+ </ul>
+ </li>
+ <li>In the final subsection, the term “headers” was
+ replaced by “headings”, including in the title,
which now reads “Distinguishing site-wide headings
from page headings”, and some refinements were made
to the wording of the subsection.</li>
Received on Wednesday, 9 July 2008 20:38:18 UTC