html5/spec Overview.html,1.4689,1.4690

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32174

Modified Files:
	Overview.html 
Log Message:
Disallow URLs that would conflict with the way meta refreshes are parsed. (whatwg r5840)

Index: Overview.html
===================================================================
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:47:40 UTC