[html5] r1325 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 3 16:02:46 PST 2008
Author: ianh
Date: 2008-03-03 16:02:44 -0800 (Mon, 03 Mar 2008)
New Revision: 1325
Modified:
index
source
Log:
[e] (0) Try to clarify what inserting something at the end of something means in the outlining algorithm.
Modified: index
===================================================================
--- index 2008-03-03 23:29:02 UTC (rev 1324)
+++ index 2008-03-04 00:02:44 UTC (rev 1325)
@@ -9027,10 +9027,10 @@
<p>Let <var title="">current section</var> be the last section in the
outline of the <var title="">current outlinee</var> element.</p>
- <p>Insert the outline of the <a href="#sectioning0">sectioning
- content</a> element being exited at the end of the <var
- title="">current section</var>. (This does not change which section is
- the last section in the outline.)</p>
+ <p>Append the outline of the <a href="#sectioning0">sectioning
+ content</a> element being exited to the <var title="">current
+ section</var>. (This does not change which section is the last section
+ in the outline.)</p>
<dt>When exiting a <a href="#sectioning1">sectioning root</a> element,
if the stack is not empty
Modified: source
===================================================================
--- source 2008-03-03 23:29:02 UTC (rev 1324)
+++ source 2008-03-04 00:02:44 UTC (rev 1325)
@@ -7330,8 +7330,8 @@
in the outline of the <var title="">current outlinee</var>
element.</p>
- <p>Insert the outline of the <span>sectioning content</span>
- element being exited at the end of the <var title="">current
+ <p>Append the outline of the <span>sectioning content</span>
+ element being exited to the <var title="">current
section</var>. (This does not change which section is the last
section in the outline.)</p>
More information about the Commit-Watchers
mailing list