Skip to content

Commit

Permalink
[giow] (0) Make Facebook work. See http://blogs.msdn.com/b/ieinternal…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie committed Jul 24, 2011
1 parent 5bccb60 commit 59f5c97
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
13 changes: 11 additions & 2 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 22 July 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 24 July 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
Expand Down Expand Up @@ -64482,7 +64482,16 @@ <h4 id=navigating-across-documents><span class=secno>6.5.1 </span>Navigating acr
origin</a> as the original resource, or the resource is being
obtained using the POST method or a safe method (in HTTP terms),
return to <a href=#navigate-fragid-step>the step labeled
"fragment identifiers"</a> with the new resource.</p>
"fragment identifiers"</a> with the new resource, except that if
the <a href=#url>URL</a> of the target of the redirect does not have a
fragment identifier and the <a href=#url>URL</a> of the resource that
led to the redirect does, then the <a href=#url>URL</a> of the
resource that led to the redirect must be propagated to the
<a href=#url>URL</a> of the target of the redirect.</p>

<p class=example>So for instance, if the original URL was "<code title="">http://example.com/#!sample</code>" and "<code title="">http://example.com/</code>" is found to redirect to
"<code title="">https://example.com/</code>", the URL of the new
resource will be "<code title="">https://example.com/#!sample</code>".</p>

<p>Otherwise, if fetching the resource results in a redirect but
the <a href=#url>URL</a> of the target of the redirect does not have
Expand Down
13 changes: 11 additions & 2 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 22 July 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 24 July 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -64354,7 +64354,16 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
origin</a> as the original resource, or the resource is being
obtained using the POST method or a safe method (in HTTP terms),
return to <a href=#navigate-fragid-step>the step labeled
"fragment identifiers"</a> with the new resource.</p>
"fragment identifiers"</a> with the new resource, except that if
the <a href=#url>URL</a> of the target of the redirect does not have a
fragment identifier and the <a href=#url>URL</a> of the resource that
led to the redirect does, then the <a href=#url>URL</a> of the
resource that led to the redirect must be propagated to the
<a href=#url>URL</a> of the target of the redirect.</p>

<p class=example>So for instance, if the original URL was "<code title="">http://example.com/#!sample</code>" and "<code title="">http://example.com/</code>" is found to redirect to
"<code title="">https://example.com/</code>", the URL of the new
resource will be "<code title="">https://example.com/#!sample</code>".</p>

<p>Otherwise, if fetching the resource results in a redirect but
the <a href=#url>URL</a> of the target of the redirect does not have
Expand Down
14 changes: 13 additions & 1 deletion source
Expand Up @@ -73285,7 +73285,19 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
origin</span> as the original resource, or the resource is being
obtained using the POST method or a safe method (in HTTP terms),
return to <a href="#navigate-fragid-step">the step labeled
"fragment identifiers"</a> with the new resource.</p>
"fragment identifiers"</a> with the new resource, except that if
the <span>URL</span> of the target of the redirect does not have a
fragment identifier and the <span>URL</span> of the resource that
led to the redirect does, then the <span>URL</span> of the
resource that led to the redirect must be propagated to the
<span>URL</span> of the target of the redirect.</p>

<p class="example">So for instance, if the original URL was "<code
title="">http://example.com/#!sample</code>" and "<code
title="">http://example.com/</code>" is found to redirect to
"<code title="">https://example.com/</code>", the URL of the new
resource will be "<code
title="">https://example.com/#!sample</code>".</p>

<p>Otherwise, if fetching the resource results in a redirect but
the <span>URL</span> of the target of the redirect does not have
Expand Down

0 comments on commit 59f5c97

Please sign in to comment.