[html5] r1565 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 8 03:00:48 PDT 2008
Author: ianh
Date: 2008-05-08 03:00:47 -0700 (Thu, 08 May 2008)
New Revision: 1565
Modified:
index
source
Log:
[] (0) Fix the list of numbers algorithm to handle '1,-' and to not be redundant.
Modified: index
===================================================================
--- index 2008-05-08 09:53:38 UTC (rev 1564)
+++ index 2008-05-08 10:00:47 UTC (rev 1565)
@@ -5110,9 +5110,8 @@
title="">value</var>.
<li>
- <p>If <var title="">started</var> is true, then append <var
- title="">value</var> to the <var title="">numbers</var> list, return
- that list, and abort.
+ <p>If <var title="">got number</var> is true, then append <var
+ title="">value</var> to the <var title="">numbers</var> list.
<li>
<p>Return the <var title="">numbers</var> list and abort.
Modified: source
===================================================================
--- source 2008-05-08 09:53:38 UTC (rev 1564)
+++ source 2008-05-08 10:00:47 UTC (rev 1565)
@@ -3606,9 +3606,8 @@
<li><p>If <var title="">negated</var> is true, then negate <var
title="">value</var>.</li>
- <li><p>If <var title="">started</var> is true, then append <var
- title="">value</var> to the <var title="">numbers</var> list,
- return that list, and abort.</li>
+ <li><p>If <var title="">got number</var> is true, then append <var
+ title="">value</var> to the <var title="">numbers</var> list.</li>
<li><p>Return the <var title="">numbers</var> list and
abort.</p></li>
More information about the Commit-Watchers
mailing list