[html5] r5845 - [e] (0) Clarify in what order the removals happen. Fixing http://www.w3.org/Bugs [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 7 16:37:18 PST 2011


Author: ianh
Date: 2011-02-07 16:37:17 -0800 (Mon, 07 Feb 2011)
New Revision: 5845

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify in what order the removals happen.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11689

Modified: complete.html
===================================================================
--- complete.html	2011-02-08 00:16:29 UTC (rev 5844)
+++ complete.html	2011-02-08 00:37:17 UTC (rev 5845)
@@ -41208,7 +41208,7 @@
     <ol><li><p>Let <var title="">latest values</var> be a copy of the
      element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</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. -->
 
@@ -57505,14 +57505,14 @@
 
      <li>
 
-      <p>Remove from the subtree rooted at <var title="">cloned
-      article</var> any <code><a href=#the-article-element>article</a></code> elements other than the
-      <var title="">cloned article</var> itself, any
-      <code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, or <code><a href=#the-nav-element>nav</a></code>
+      <p>Find in the subtree rooted at <var title="">cloned
+      article</var> all the <code><a href=#the-article-element>article</a></code> elements other than
+      the <var title="">cloned article</var> itself, all the
+      <code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, and <code><a href=#the-nav-element>nav</a></code>
       elements whose nearest ancestor of <a href=#sectioning-content>sectioning
       content</a> is the <var title="">cloned article</var>, and
       the first element of <a href=#heading-content>heading content</a> whose nearest
-      ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any.</p>
+      ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any, and remove them all.</p>
 
      </li>
 

Modified: index
===================================================================
--- index	2011-02-08 00:16:29 UTC (rev 5844)
+++ index	2011-02-08 00:37:17 UTC (rev 5845)
@@ -41191,7 +41191,7 @@
     <ol><li><p>Let <var title="">latest values</var> be a copy of the
      element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</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. -->
 
@@ -57488,14 +57488,14 @@
 
      <li>
 
-      <p>Remove from the subtree rooted at <var title="">cloned
-      article</var> any <code><a href=#the-article-element>article</a></code> elements other than the
-      <var title="">cloned article</var> itself, any
-      <code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, or <code><a href=#the-nav-element>nav</a></code>
+      <p>Find in the subtree rooted at <var title="">cloned
+      article</var> all the <code><a href=#the-article-element>article</a></code> elements other than
+      the <var title="">cloned article</var> itself, all the
+      <code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, and <code><a href=#the-nav-element>nav</a></code>
       elements whose nearest ancestor of <a href=#sectioning-content>sectioning
       content</a> is the <var title="">cloned article</var>, and
       the first element of <a href=#heading-content>heading content</a> whose nearest
-      ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any.</p>
+      ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any, and remove them all.</p>
 
      </li>
 

Modified: source
===================================================================
--- source	2011-02-08 00:16:29 UTC (rev 5844)
+++ source	2011-02-08 00:37:17 UTC (rev 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>
 




More information about the Commit-Watchers mailing list