Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ac] (1) Disallow URLs that would conflict with the way meta refreshe…
…s are parsed.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11597

git-svn-id: http://svn.whatwg.org/webapps@5840 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 7, 2011
1 parent cd07bf1 commit 76742ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -14110,8 +14110,9 @@ <h5 id=pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</h5>
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
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -14090,8 +14090,9 @@ people expect to have work and what is necessary.
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
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -14897,8 +14897,9 @@ people expect to have work and what is necessary.
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>

Expand Down

0 comments on commit 76742ad

Please sign in to comment.