- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 20:23:05 -0400
- To: public-html-diffs@w3.org
hixie: Associate sectioning elements with their sections, in case anyone
actually tries to use this algorithm as written even for sections.
(whatwg r6092)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4895&r2=1.4896&f=h
http://html5.org/tools/web-apps-tracker?from=6091&to=6092
===================================================================
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:23:06 UTC