[html5] r4324 - [e] (0) Confusing terminology Fixing http://www.w3.org/Bugs/Public/show_bug.cgi? [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Oct 24 23:33:15 PDT 2009


Author: ianh
Date: 2009-10-24 23:33:10 -0700 (Sat, 24 Oct 2009)
New Revision: 4324

Modified:
   complete.html
   index
   source
Log:
[e] (0) Confusing terminology
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8039

Modified: complete.html
===================================================================
--- complete.html	2009-10-25 06:16:31 UTC (rev 4323)
+++ complete.html	2009-10-25 06:33:10 UTC (rev 4324)
@@ -45088,7 +45088,7 @@
 
   <ol><li><p>Let <var title="">root</var> be the element with the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute.</li>
 
-   <li><p>Let <var title="">queue</var> be a stack of elements
+   <li><p>Let <var title="">pending</var> be a stack of elements
    initially containing the child elements of <var title="">root</var>, if any, in <a href=#tree-order>tree order</a> (so that
    the first child element of <var title="">root</var> will be the
    first one to be popped from the stack). This list will be the one
@@ -45102,43 +45102,43 @@
    string on spaces">split the value of that <code title=attr-itemref>itemref</code> attribute on spaces</a>. For
    each resulting token, <var title="">ID</var>, if there is an
    element in the document with the <a href=#concept-id title=concept-ID>ID</a>
-   <var title="">ID</var>, then push the first such element onto <var title="">queue</var>.</li>
+   <var title="">ID</var>, then push the first such element onto <var title="">pending</var>.</li>
 
    <li>
 
-    <p>For each element <var title="">candidate</var> in <var title="">queue</var>, run the following substeps:</p>
+    <p>For each element <var title="">candidate</var> in <var title="">pending</var>, run the following substeps:</p>
 
     <ol><li><p>Let <var title="">scope</var> be <var title="">candidate</var>'s nearest ancestor element with an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute
      specified.</li>
 
-     <li><p>If one of the other elements in <var title="">queue</var>
-     is also <var title="">candidate</var>, then remove <var title="">candidate</var> from <var title="">queue</var>
+     <li><p>If one of the other elements in <var title="">pending</var>
+     is also <var title="">candidate</var>, then remove <var title="">candidate</var> from <var title="">pending</var>
      (i.e. remove duplicates).</li>
 
-     <li><p>Otherwise, if one of the other elements in <var title="">queue</var> is an ancestor element of <var title="">candidate</var>, and that element is <var title="">scope</var>, then remove <var title="">candidate</var>
-     from <var title="">queue</var>.</li>
+     <li><p>Otherwise, if one of the other elements in <var title="">pending</var> is an ancestor element of <var title="">candidate</var>, and that element is <var title="">scope</var>, then remove <var title="">candidate</var>
+     from <var title="">pending</var>.</li>
 
-     <li><p>Otherwise, if one of the other elements in <var title="">queue</var> is an ancestor element of <var title="">candidate</var>, and that element also has <var title="">scope</var> as its nearest ancestor element with an
+     <li><p>Otherwise, if one of the other elements in <var title="">pending</var> is an ancestor element of <var title="">candidate</var>, and that element also has <var title="">scope</var> as its nearest ancestor element with an
      <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute
-     specified, then remove <var title="">candidate</var> from <var title="">queue</var>.</li>
+     specified, then remove <var title="">candidate</var> from <var title="">pending</var>.</li>
 
     </ol></li>
 
-   <li><p>Sort <var title="">queue</var> in <a href=#tree-order>tree
+   <li><p>Sort <var title="">pending</var> in <a href=#tree-order>tree
    order</a>.</li>
 
-   <li><p><i>Loop</i>: Pop the top element from <var title="">queue</var> and let <var title="">current</var> be that
+   <li><p><i>Loop</i>: Pop the top element from <var title="">pending</var> and let <var title="">current</var> be that
    element.</li>
 
    <li><p>If <var title="">current</var> has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute, then append <var title="">current</var> to <var title="">properties</var>.</li>
 
    <li><p>If <var title="">current</var> does not have an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute, and <var title="">current</var> is an element with child elements, then:
    push all the child elements of <var title="">current</var> onto
-   <var title="">queue</var>, in <a href=#tree-order>tree order</a> (so the first
+   <var title="">pending</var>, in <a href=#tree-order>tree order</a> (so the first
    child of <var title="">current</var> will be the next element to be
-   popped from <var title="">queue</var>).</li>
+   popped from <var title="">pending</var>).</li>
 
-   <li><p><i>End of loop</i>: If <var title="">queue</var> is not
+   <li><p><i>End of loop</i>: If <var title="">pending</var> is not
    empty, return to the step marked <i>loop</i>.</li>
 
    <li><p>Return <var title="">properties</var>. That is the list of

Modified: index
===================================================================
--- index	2009-10-25 06:16:31 UTC (rev 4323)
+++ index	2009-10-25 06:33:10 UTC (rev 4324)
@@ -44898,7 +44898,7 @@
 
   <ol><li><p>Let <var title="">root</var> be the element with the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute.</li>
 
-   <li><p>Let <var title="">queue</var> be a stack of elements
+   <li><p>Let <var title="">pending</var> be a stack of elements
    initially containing the child elements of <var title="">root</var>, if any, in <a href=#tree-order>tree order</a> (so that
    the first child element of <var title="">root</var> will be the
    first one to be popped from the stack). This list will be the one
@@ -44912,43 +44912,43 @@
    string on spaces">split the value of that <code title=attr-itemref>itemref</code> attribute on spaces</a>. For
    each resulting token, <var title="">ID</var>, if there is an
    element in the document with the <a href=#concept-id title=concept-ID>ID</a>
-   <var title="">ID</var>, then push the first such element onto <var title="">queue</var>.</li>
+   <var title="">ID</var>, then push the first such element onto <var title="">pending</var>.</li>
 
    <li>
 
-    <p>For each element <var title="">candidate</var> in <var title="">queue</var>, run the following substeps:</p>
+    <p>For each element <var title="">candidate</var> in <var title="">pending</var>, run the following substeps:</p>
 
     <ol><li><p>Let <var title="">scope</var> be <var title="">candidate</var>'s nearest ancestor element with an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute
      specified.</li>
 
-     <li><p>If one of the other elements in <var title="">queue</var>
-     is also <var title="">candidate</var>, then remove <var title="">candidate</var> from <var title="">queue</var>
+     <li><p>If one of the other elements in <var title="">pending</var>
+     is also <var title="">candidate</var>, then remove <var title="">candidate</var> from <var title="">pending</var>
      (i.e. remove duplicates).</li>
 
-     <li><p>Otherwise, if one of the other elements in <var title="">queue</var> is an ancestor element of <var title="">candidate</var>, and that element is <var title="">scope</var>, then remove <var title="">candidate</var>
-     from <var title="">queue</var>.</li>
+     <li><p>Otherwise, if one of the other elements in <var title="">pending</var> is an ancestor element of <var title="">candidate</var>, and that element is <var title="">scope</var>, then remove <var title="">candidate</var>
+     from <var title="">pending</var>.</li>
 
-     <li><p>Otherwise, if one of the other elements in <var title="">queue</var> is an ancestor element of <var title="">candidate</var>, and that element also has <var title="">scope</var> as its nearest ancestor element with an
+     <li><p>Otherwise, if one of the other elements in <var title="">pending</var> is an ancestor element of <var title="">candidate</var>, and that element also has <var title="">scope</var> as its nearest ancestor element with an
      <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute
-     specified, then remove <var title="">candidate</var> from <var title="">queue</var>.</li>
+     specified, then remove <var title="">candidate</var> from <var title="">pending</var>.</li>
 
     </ol></li>
 
-   <li><p>Sort <var title="">queue</var> in <a href=#tree-order>tree
+   <li><p>Sort <var title="">pending</var> in <a href=#tree-order>tree
    order</a>.</li>
 
-   <li><p><i>Loop</i>: Pop the top element from <var title="">queue</var> and let <var title="">current</var> be that
+   <li><p><i>Loop</i>: Pop the top element from <var title="">pending</var> and let <var title="">current</var> be that
    element.</li>
 
    <li><p>If <var title="">current</var> has an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute, then append <var title="">current</var> to <var title="">properties</var>.</li>
 
    <li><p>If <var title="">current</var> does not have an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute, and <var title="">current</var> is an element with child elements, then:
    push all the child elements of <var title="">current</var> onto
-   <var title="">queue</var>, in <a href=#tree-order>tree order</a> (so the first
+   <var title="">pending</var>, in <a href=#tree-order>tree order</a> (so the first
    child of <var title="">current</var> will be the next element to be
-   popped from <var title="">queue</var>).</li>
+   popped from <var title="">pending</var>).</li>
 
-   <li><p><i>End of loop</i>: If <var title="">queue</var> is not
+   <li><p><i>End of loop</i>: If <var title="">pending</var> is not
    empty, return to the step marked <i>loop</i>.</li>
 
    <li><p>Return <var title="">properties</var>. That is the list of

Modified: source
===================================================================
--- source	2009-10-25 06:16:31 UTC (rev 4323)
+++ source	2009-10-25 06:33:10 UTC (rev 4324)
@@ -50152,7 +50152,7 @@
    <li><p>Let <var title="">root</var> be the element with the <code
    title="attr-itemscope">itemscope</code> attribute.</p></li>
 
-   <li><p>Let <var title="">queue</var> be a stack of elements
+   <li><p>Let <var title="">pending</var> be a stack of elements
    initially containing the child elements of <var
    title="">root</var>, if any, in <span>tree order</span> (so that
    the first child element of <var title="">root</var> will be the
@@ -50171,12 +50171,12 @@
    each resulting token, <var title="">ID</var>, if there is an
    element in the document with the <span title="concept-ID">ID</span>
    <var title="">ID</var>, then push the first such element onto <var
-   title="">queue</var>.</p></li>
+   title="">pending</var>.</p></li>
 
    <li>
 
     <p>For each element <var title="">candidate</var> in <var
-    title="">queue</var>, run the following substeps:</p>
+    title="">pending</var>, run the following substeps:</p>
 
     <ol>
 
@@ -50185,34 +50185,34 @@
      title="attr-itemscope">itemscope</code> attribute
      specified.</p></li>
 
-     <li><p>If one of the other elements in <var title="">queue</var>
+     <li><p>If one of the other elements in <var title="">pending</var>
      is also <var title="">candidate</var>, then remove <var
-     title="">candidate</var> from <var title="">queue</var>
+     title="">candidate</var> from <var title="">pending</var>
      (i.e. remove duplicates).</p></li>
 
      <li><p>Otherwise, if one of the other elements in <var
-     title="">queue</var> is an ancestor element of <var
+     title="">pending</var> is an ancestor element of <var
      title="">candidate</var>, and that element is <var
      title="">scope</var>, then remove <var title="">candidate</var>
-     from <var title="">queue</var>.</p></li>
+     from <var title="">pending</var>.</p></li>
 
      <li><p>Otherwise, if one of the other elements in <var
-     title="">queue</var> is an ancestor element of <var
+     title="">pending</var> is an ancestor element of <var
      title="">candidate</var>, and that element also has <var
      title="">scope</var> as its nearest ancestor element with an
      <code title="attr-itemscope">itemscope</code> attribute
      specified, then remove <var title="">candidate</var> from <var
-     title="">queue</var>.</p></li>
+     title="">pending</var>.</p></li>
 
     </ol>
 
    </li>
 
-   <li><p>Sort <var title="">queue</var> in <span>tree
+   <li><p>Sort <var title="">pending</var> in <span>tree
    order</span>.</p></li>
 
    <li><p><i>Loop</i>: Pop the top element from <var
-   title="">queue</var> and let <var title="">current</var> be that
+   title="">pending</var> and let <var title="">current</var> be that
    element.</p></li>
 
    <li><p>If <var title="">current</var> has an <code
@@ -50223,11 +50223,11 @@
    title="attr-itemscope">itemscope</code> attribute, and <var
    title="">current</var> is an element with child elements, then:
    push all the child elements of <var title="">current</var> onto
-   <var title="">queue</var>, in <span>tree order</span> (so the first
+   <var title="">pending</var>, in <span>tree order</span> (so the first
    child of <var title="">current</var> will be the next element to be
-   popped from <var title="">queue</var>).</p></li>
+   popped from <var title="">pending</var>).</p></li>
 
-   <li><p><i>End of loop</i>: If <var title="">queue</var> is not
+   <li><p><i>End of loop</i>: If <var title="">pending</var> is not
    empty, return to the step marked <i>loop</i>.</p></li>
 
    <li><p>Return <var title="">properties</var>. That is the list of




More information about the Commit-Watchers mailing list