hixie: Disallow URLs that would conflict with the way meta refreshes are parsed. (whatwg r5840)

hixie: Disallow URLs that would conflict with the way meta refreshes are
parsed. (whatwg r5840)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4689&r2=1.4690&f=h
http://html5.org/tools/web-apps-tracker?from=5839&to=5840

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4689
retrieving revision 1.4690
diff -u -d -r1.4689 -r1.4690
--- Overview.html 7 Feb 2011 22:34:41 -0000 1.4689
+++ Overview.html 7 Feb 2011 22:47:33 -0000 1.4690
@@ -12212,8 +12212,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

Received on Monday, 7 February 2011 22:48:48 UTC