html5/spec Overview.html,1.4895,1.4896

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20022

Modified Files:
	Overview.html 
Log Message:
Associate sectioning elements with their sections, in case anyone actually tries to use this algorithm as written even for sections. (whatwg r6092)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4895
retrieving revision 1.4896
diff -u -d -r1.4895 -r1.4896
--- Overview.html	6 May 2011 00:16:57 -0000	1.4895
+++ Overview.html	6 May 2011 00:20:46 -0000	1.4896
@@ -15036,6 +15036,8 @@
       <p>Let <var title="">current section</var> be a newly created
       <a href="#concept-section" title="concept-section">section</a> for the <var title="">current outlinee</var> element.</p>
 
+      <p>Associate <var title="">current outlinee</var> with <var title="">current section</var>.</p>
+
       <p>Let there be a new <a href="#outline">outline</a> for the new <var title="">current outlinee</var>, initialized with just the new
       <var title="">current section</var> as the only <a href="#concept-section" title="concept-section">section</a> in the outline.</p>
 
@@ -15158,9 +15160,9 @@
      <dd><p>Do nothing.</dd>
 
     </dl><p id="associatedSection">In addition, whenever you exit a node,
-    after doing the steps above, if <var title="">current
-    section</var> is not null, associate the node with the <a href="#concept-section" title="concept-section">section</a> <var title="">current
-    section</var>.</p>
+    after doing the steps above, if the node is not associated with a
+    <a href="#concept-section" title="concept-section">section</a> yet and <var title="">current section</var> is not null, associate the node
+    with the <a href="#concept-section" title="concept-section">section</a> <var title="">current section</var>.</p>
 
    </li>
 

Received on Friday, 6 May 2011 00:20:52 UTC