[html5] r7547 - [e] (0) Lists are ordered, people. Things that aren't ordered are called sets or [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 27 16:27:52 PST 2012


Author: ianh
Date: 2012-11-27 16:27:51 -0800 (Tue, 27 Nov 2012)
New Revision: 7547

Modified:
   complete.html
   index
   source
Log:
[e] (0) Lists are ordered, people. Things that aren't ordered are called sets or bags.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-11-25 06:03:27 UTC (rev 7546)
+++ complete.html	2012-11-28 00:27:51 UTC (rev 7547)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 25 November 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 28 November 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -4762,8 +4762,7 @@
    <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
    string.</li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</li>
 
    <li><p>While <var title="">position</var> is not past the end of
    <var title="">input</var>:</p>
@@ -4771,7 +4770,7 @@
     <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are not
      the <var title="">delimiter</var> character.</li>
 
-     <li><p>Add the string collected in the previous step to <var title="">tokens</var>.</li>
+     <li><p>Append the string collected in the previous step to <var title="">tokens</var>.</li>
 
      <li><p>Advance <var title="">position</var> to the next character
      in <var title="">input</var>.</li> <!-- skips past the delimiter -->
@@ -6982,8 +6981,7 @@
    <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
    string.</li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</li>
 
    <li><p><a href=#skip-whitespace>Skip whitespace</a></li>
 
@@ -6993,7 +6991,7 @@
     <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are not
      <a href=#space-character title="space character">space characters</a>.</li>
 
-     <li><p>Add the string collected in the previous step to <var title="">tokens</var>.</li>
+     <li><p>Append the string collected in the previous step to <var title="">tokens</var>.</li>
 
      <li><p><a href=#skip-whitespace>Skip whitespace</a></li>
 
@@ -7097,8 +7095,7 @@
    <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
    string.</li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</li>
 
    <li><p><i>Token</i>: If <var title="">position</var> is past the
    end of <var title="">input</var>, jump to the last step.</li>
@@ -7109,7 +7106,7 @@
 
    <li><p><a href=#strip-leading-and-trailing-whitespace>Strip leading and trailing whitespace</a> from <var title="">s</var>.</li>
 
-   <li><p>Add <var title="">s</var> to <var title="">tokens</var>.</li>
+   <li><p>Append <var title="">s</var> to <var title="">tokens</var>.</li>
 
    <li><p>If <var title="">position</var> is not past the end of <var title="">input</var>, then the character at <var title="">position</var> is a U+002C COMMA character (,); advance
    <var title="">position</var> past that character.</li>
@@ -104672,6 +104669,7 @@
   Kristof Zelechovski,
   Krzysztof Maczyński,
   黒澤剛志 (Kurosawa Takeshi),
+  Kyle Barnhart,
   Kyle Hofmann<!-- Ozob -->,
   Kyle Huey,
   Léonard Bouchet,

Modified: index
===================================================================
--- index	2012-11-25 06:03:27 UTC (rev 7546)
+++ index	2012-11-28 00:27:51 UTC (rev 7547)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 25 November 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 28 November 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -4762,8 +4762,7 @@
    <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
    string.</li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</li>
 
    <li><p>While <var title="">position</var> is not past the end of
    <var title="">input</var>:</p>
@@ -4771,7 +4770,7 @@
     <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are not
      the <var title="">delimiter</var> character.</li>
 
-     <li><p>Add the string collected in the previous step to <var title="">tokens</var>.</li>
+     <li><p>Append the string collected in the previous step to <var title="">tokens</var>.</li>
 
      <li><p>Advance <var title="">position</var> to the next character
      in <var title="">input</var>.</li> <!-- skips past the delimiter -->
@@ -6982,8 +6981,7 @@
    <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
    string.</li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</li>
 
    <li><p><a href=#skip-whitespace>Skip whitespace</a></li>
 
@@ -6993,7 +6991,7 @@
     <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are not
      <a href=#space-character title="space character">space characters</a>.</li>
 
-     <li><p>Add the string collected in the previous step to <var title="">tokens</var>.</li>
+     <li><p>Append the string collected in the previous step to <var title="">tokens</var>.</li>
 
      <li><p><a href=#skip-whitespace>Skip whitespace</a></li>
 
@@ -7097,8 +7095,7 @@
    <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
    string.</li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</li>
 
    <li><p><i>Token</i>: If <var title="">position</var> is past the
    end of <var title="">input</var>, jump to the last step.</li>
@@ -7109,7 +7106,7 @@
 
    <li><p><a href=#strip-leading-and-trailing-whitespace>Strip leading and trailing whitespace</a> from <var title="">s</var>.</li>
 
-   <li><p>Add <var title="">s</var> to <var title="">tokens</var>.</li>
+   <li><p>Append <var title="">s</var> to <var title="">tokens</var>.</li>
 
    <li><p>If <var title="">position</var> is not past the end of <var title="">input</var>, then the character at <var title="">position</var> is a U+002C COMMA character (,); advance
    <var title="">position</var> past that character.</li>
@@ -104672,6 +104669,7 @@
   Kristof Zelechovski,
   Krzysztof Maczyński,
   黒澤剛志 (Kurosawa Takeshi),
+  Kyle Barnhart,
   Kyle Hofmann<!-- Ozob -->,
   Kyle Huey,
   Léonard Bouchet,

Modified: source
===================================================================
--- source	2012-11-25 06:03:27 UTC (rev 7546)
+++ source	2012-11-28 00:27:51 UTC (rev 7547)
@@ -3749,8 +3749,7 @@
    title="">input</var>, initially pointing at the start of the
    string.</p></li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</p></li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</p></li>
 
    <li><p>While <var title="">position</var> is not past the end of
    <var title="">input</var>:</p>
@@ -3760,8 +3759,7 @@
      <li><p><span>Collect a sequence of characters</span> that are not
      the <var title="">delimiter</var> character.</p></li>
 
-     <li><p>Add the string collected in the previous step to <var
-     title="">tokens</var>.</p></li>
+     <li><p>Append the string collected in the previous step to <var title="">tokens</var>.</p></li>
 
      <li><p>Advance <var title="">position</var> to the next character
      in <var title="">input</var>.</p></li> <!-- skips past the delimiter -->
@@ -6482,8 +6480,7 @@
    title="">input</var>, initially pointing at the start of the
    string.</p></li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</p></li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</p></li>
 
    <li><p><span>Skip whitespace</span></p></li>
 
@@ -6495,8 +6492,7 @@
      <li><p><span>Collect a sequence of characters</span> that are not
      <span title="space character">space characters</span>.</p></li>
 
-     <li><p>Add the string collected in the previous step to <var
-     title="">tokens</var>.</p></li>
+     <li><p>Append the string collected in the previous step to <var title="">tokens</var>.</p></li>
 
      <li><p><span>Skip whitespace</span></p></li>
 
@@ -6627,8 +6623,7 @@
    title="">input</var>, initially pointing at the start of the
    string.</p></li>
 
-   <li><p>Let <var title="">tokens</var> be a list of tokens,
-   initially empty.</p></li>
+   <li><p>Let <var title="">tokens</var> be an ordered list of tokens, initially empty.</p></li>
 
    <li><p><i>Token</i>: If <var title="">position</var> is past the
    end of <var title="">input</var>, jump to the last step.</p></li>
@@ -6641,8 +6636,7 @@
    <li><p><span>Strip leading and trailing whitespace</span> from <var
    title="">s</var>.</p></li>
 
-   <li><p>Add <var title="">s</var> to <var
-   title="">tokens</var>.</p></li>
+   <li><p>Append <var title="">s</var> to <var title="">tokens</var>.</p></li>
 
    <li><p>If <var title="">position</var> is not past the end of <var
    title="">input</var>, then the character at <var
@@ -122623,6 +122617,7 @@
   Kristof Zelechovski,
   Krzysztof Maczy&#x0144;ski,
   &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (Kurosawa Takeshi),
+  Kyle Barnhart,
   Kyle Hofmann<!-- Ozob -->,
   Kyle Huey,
   Léonard Bouchet,




More information about the Commit-Watchers mailing list