[html5] r5840 - [ac] (1) Disallow URLs that would conflict with the way meta refreshes are parse [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 7 14:47:28 PST 2011


Author: ianh
Date: 2011-02-07 14:47:26 -0800 (Mon, 07 Feb 2011)
New Revision: 5840

Modified:
   complete.html
   index
   source
Log:
[ac] (1) Disallow URLs that would conflict with the way meta refreshes are parsed.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11597

Modified: complete.html
===================================================================
--- complete.html	2011-02-07 22:34:36 UTC (rev 5839)
+++ complete.html	2011-02-07 22:47:26 UTC (rev 5840)
@@ -14110,8 +14110,9 @@
      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
-     URL</a>.</li>
+     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>
 
     </ul><p>In the former case, the integer represents a number of seconds
     before the page is to be reloaded; in the latter case the integer

Modified: index
===================================================================
--- index	2011-02-07 22:34:36 UTC (rev 5839)
+++ index	2011-02-07 22:47:26 UTC (rev 5840)
@@ -14090,8 +14090,9 @@
      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
-     URL</a>.</li>
+     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>
 
     </ul><p>In the former case, the integer represents a number of seconds
     before the page is to be reloaded; in the latter case the integer

Modified: source
===================================================================
--- source	2011-02-07 22:34:36 UTC (rev 5839)
+++ source	2011-02-07 22:47:26 UTC (rev 5840)
@@ -14897,8 +14897,9 @@
      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>.</li>
+     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>
 
     </ul>
 




More information about the Commit-Watchers mailing list