[html5] r6713 - [e] (0) remove redundant steps Fixing http://www.w3.org/Bugs/Public/show_bug.cgi [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 20 14:00:55 PDT 2011


Author: ianh
Date: 2011-10-20 14:00:54 -0700 (Thu, 20 Oct 2011)
New Revision: 6713

Modified:
   complete.html
   index
   source
Log:
[e] (0) remove redundant steps
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13981

Modified: complete.html
===================================================================
--- complete.html	2011-10-20 20:02:20 UTC (rev 6712)
+++ complete.html	2011-10-20 21:00:54 UTC (rev 6713)
@@ -33623,10 +33623,6 @@
    <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then
    return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
 
-   <li><p>If the character indicated by <var title="">position</var>
-   is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-   return an error and abort these steps.</li>
-
    <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range
    U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var title="">string</var> be the collected substring.</li>
 
@@ -33647,10 +33643,6 @@
     <ol><li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then
      return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
 
-     <li><p>If the character indicated by <var title="">position</var>
-     is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-     return an error and abort these steps.</li>
-
      <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range
      U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var title="">string</var> be the collected substring.</li>
 
@@ -33673,10 +33665,6 @@
    <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+002E FULL STOP character (.),
    then return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
 
-   <li><p>If the character indicated by <var title="">position</var>
-   is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-   return an error and abort these steps.</li>
-
    <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range
    U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var title="">string</var> be the collected substring.</li>
 

Modified: index
===================================================================
--- index	2011-10-20 20:02:20 UTC (rev 6712)
+++ index	2011-10-20 21:00:54 UTC (rev 6713)
@@ -33623,10 +33623,6 @@
    <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then
    return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
 
-   <li><p>If the character indicated by <var title="">position</var>
-   is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-   return an error and abort these steps.</li>
-
    <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range
    U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var title="">string</var> be the collected substring.</li>
 
@@ -33647,10 +33643,6 @@
     <ol><li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then
      return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
 
-     <li><p>If the character indicated by <var title="">position</var>
-     is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-     return an error and abort these steps.</li>
-
      <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range
      U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var title="">string</var> be the collected substring.</li>
 
@@ -33673,10 +33665,6 @@
    <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+002E FULL STOP character (.),
    then return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
 
-   <li><p>If the character indicated by <var title="">position</var>
-   is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-   return an error and abort these steps.</li>
-
    <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range
    U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var title="">string</var> be the collected substring.</li>
 

Modified: source
===================================================================
--- source	2011-10-20 20:02:20 UTC (rev 6712)
+++ source	2011-10-20 21:00:54 UTC (rev 6713)
@@ -36850,10 +36850,6 @@
    return an error and abort these steps. Otherwise, move <var
    title="">position</var> forwards one character.</p></li>
 
-   <li><p>If the character indicated by <var title="">position</var>
-   is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-   return an error and abort these steps.</p></li>
-
    <li><p><span>Collect a sequence of characters</span> in the range
    U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var
    title="">string</var> be the collected substring.</p></li>
@@ -36881,10 +36877,6 @@
      return an error and abort these steps. Otherwise, move <var
      title="">position</var> forwards one character.</p></li>
 
-     <li><p>If the character indicated by <var title="">position</var>
-     is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-     return an error and abort these steps.</p></li>
-
      <li><p><span>Collect a sequence of characters</span> in the range
      U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var
      title="">string</var> be the collected substring.</p></li>
@@ -36917,10 +36909,6 @@
    then return an error and abort these steps. Otherwise, move <var
    title="">position</var> forwards one character.</p></li>
 
-   <li><p>If the character indicated by <var title="">position</var>
-   is not one of U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), then
-   return an error and abort these steps.</p></li>
-
    <li><p><span>Collect a sequence of characters</span> in the range
    U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and let <var
    title="">string</var> be the collected substring.</p></li>




More information about the Commit-Watchers mailing list