[html5] r7697 - [giow] (3) Match reality Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17471

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 5 16:40:32 PST 2013


Author: ianh
Date: 2013-02-05 16:40:31 -0800 (Tue, 05 Feb 2013)
New Revision: 7697

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Match reality
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17471

Modified: complete.html
===================================================================
--- complete.html	2013-02-06 00:24:02 UTC (rev 7696)
+++ complete.html	2013-02-06 00:40:31 UTC (rev 7697)
@@ -14114,8 +14114,7 @@
      <li><p>Let <var title="">url</var> be the address of the current page.</li>
 
      <li><p>If the character in <var title="">input</var> pointed to by <var title="">position</var>
-     is a U+003B SEMICOLON (;), then advance <var title="">position</var> to the next character.
-     Otherwise, jump to the last step.</li>
+     is a U+003B SEMICOLON character (;) or a U+002C COMMA character (,), then advance <var title="">position</var> to the next character. Otherwise, jump to the last step.</li>
 
      <li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
 
@@ -14212,9 +14211,10 @@
 
     <ul><li>just a <a href=#valid-non-negative-integer>valid non-negative integer</a>, or</li>
 
-     <li>a <a href=#valid-non-negative-integer>valid non-negative integer</a>, followed by a U+003B SEMICOLON character (;),
-     followed by one or more <a href=#space-character title="space character">space characters</a>, followed by a
-     substring that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">URL</code>", followed by a U+003D EQUALS SIGN character (=), followed by a <a href=#valid-url>valid
+     <li>a <a href=#valid-non-negative-integer>valid non-negative integer</a>, followed by a U+003B SEMICOLON character
+     (;)<!--(add this at some point once the browsers all support it) or a U+002C COMMA character
+     (,)-->, followed by one or more <a href=#space-character title="space character">space characters</a>, followed
+     by a substring that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">URL</code>", followed by a U+003D EQUALS SIGN character (=), followed by a <a href=#valid-url>valid
      URL</a> that does not start with a literal U+0027 APOSTROPHE (') or U+0022 QUOTATION MARK
      (") character.</li>
 

Modified: index
===================================================================
--- index	2013-02-06 00:24:02 UTC (rev 7696)
+++ index	2013-02-06 00:40:31 UTC (rev 7697)
@@ -14114,8 +14114,7 @@
      <li><p>Let <var title="">url</var> be the address of the current page.</li>
 
      <li><p>If the character in <var title="">input</var> pointed to by <var title="">position</var>
-     is a U+003B SEMICOLON (;), then advance <var title="">position</var> to the next character.
-     Otherwise, jump to the last step.</li>
+     is a U+003B SEMICOLON character (;) or a U+002C COMMA character (,), then advance <var title="">position</var> to the next character. Otherwise, jump to the last step.</li>
 
      <li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
 
@@ -14212,9 +14211,10 @@
 
     <ul><li>just a <a href=#valid-non-negative-integer>valid non-negative integer</a>, or</li>
 
-     <li>a <a href=#valid-non-negative-integer>valid non-negative integer</a>, followed by a U+003B SEMICOLON character (;),
-     followed by one or more <a href=#space-character title="space character">space characters</a>, followed by a
-     substring that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">URL</code>", followed by a U+003D EQUALS SIGN character (=), followed by a <a href=#valid-url>valid
+     <li>a <a href=#valid-non-negative-integer>valid non-negative integer</a>, followed by a U+003B SEMICOLON character
+     (;)<!--(add this at some point once the browsers all support it) or a U+002C COMMA character
+     (,)-->, followed by one or more <a href=#space-character title="space character">space characters</a>, followed
+     by a substring that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">URL</code>", followed by a U+003D EQUALS SIGN character (=), followed by a <a href=#valid-url>valid
      URL</a> that does not start with a literal U+0027 APOSTROPHE (') or U+0022 QUOTATION MARK
      (") character.</li>
 

Modified: source
===================================================================
--- source	2013-02-06 00:24:02 UTC (rev 7696)
+++ source	2013-02-06 00:40:31 UTC (rev 7697)
@@ -14675,8 +14675,8 @@
      <li><p>Let <var title="">url</var> be the address of the current page.</p></li>
 
      <li><p>If the character in <var title="">input</var> pointed to by <var title="">position</var>
-     is a U+003B SEMICOLON (;), then advance <var title="">position</var> to the next character.
-     Otherwise, jump to the last step.</p></li>
+     is a U+003B SEMICOLON character (;) or a U+002C COMMA character (,), then advance <var
+     title="">position</var> to the next character. Otherwise, jump to the last step.</p></li>
 
      <li><p><span>Skip whitespace</span>.</p></li>
 
@@ -14788,9 +14788,10 @@
 
      <li>just a <span>valid non-negative integer</span>, or</li>
 
-     <li>a <span>valid non-negative integer</span>, followed by a U+003B SEMICOLON character (;),
-     followed by one or more <span title="space character">space characters</span>, followed by a
-     substring that is an <span>ASCII case-insensitive</span> match for the string "<code
+     <li>a <span>valid non-negative integer</span>, followed by a U+003B SEMICOLON character
+     (;)<!--(add this at some point once the browsers all support it) or a U+002C COMMA character
+     (,)-->, followed by one or more <span title="space character">space characters</span>, followed
+     by a substring that is an <span>ASCII case-insensitive</span> match for the string "<code
      title="">URL</code>", followed by a U+003D EQUALS SIGN character (=), followed by a <span>valid
      URL</span> that does not start with a literal U+0027 APOSTROPHE (') or U+0022 QUOTATION MARK
      (") character.</li>




More information about the Commit-Watchers mailing list