Short URL: http://html5.org/r/5845
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5845 | 11689 | Clarify in what order the removals happen. | 2011-02-08 00:37 |
Index: source
===================================================================
--- source (revision 5844)
+++ source (revision 5845)
@@ -45925,7 +45925,7 @@
element's <span
title="concept-fe-value">value<em>s</em></span>.</p></li>
- <!-- It's a copy because /values/ might include leading and
+ <!-- It's a copy because /values/ might include leading and<
trailing spaces that we don't necessarily want to remove from the
UI but that we do want to remove before serialising. -->
@@ -65291,15 +65291,15 @@
<li>
- <p>Remove from the subtree rooted at <var title="">cloned
- article</var> any <code>article</code> elements other than the
- <var title="">cloned article</var> itself, any
- <code>header</code>, <code>footer</code>, or <code>nav</code>
+ <p>Find in the subtree rooted at <var title="">cloned
+ article</var> all the <code>article</code> elements other than
+ the <var title="">cloned article</var> itself, all the
+ <code>header</code>, <code>footer</code>, and <code>nav</code>
elements whose nearest ancestor of <span>sectioning
content</span> is the <var title="">cloned article</var>, and
the first element of <span>heading content</span> whose nearest
ancestor of <span>sectioning content</span> is the <var
- title="">cloned article</var>, if any.</p>
+ title="">cloned article</var>, if any, and remove them all.</p>
</li>