html5/spec history.html,1.1055,1.1056 spec.html,1.1570,1.1571

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

Modified Files:
	history.html spec.html 
Log Message:
Make Facebook work. See http://blogs.msdn.com/b/ieinternals/archive/2011/05/17/url-fragments-and-redirects-anchor-hash-missing.aspx (whatwg r6322)

[updated by splitter]


Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1055
retrieving revision 1.1056
diff -u -d -r1.1055 -r1.1056
--- history.html	22 Jul 2011 07:46:34 -0000	1.1055
+++ history.html	24 Jul 2011 02:46:50 -0000	1.1056
@@ -1276,7 +1276,16 @@
     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="urls.html#url">URL</a> of the target of the redirect does not have a
+    fragment identifier and the <a href="urls.html#url">URL</a> of the resource that
+    led to the redirect does, then the <a href="urls.html#url">URL</a> of the
+    resource that led to the redirect must be propagated to the
+    <a href="urls.html#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="urls.html#url">URL</a> of the target of the redirect does not have

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1570
retrieving revision 1.1571
diff -u -d -r1.1570 -r1.1571
--- spec.html	22 Jul 2011 14:46:26 -0000	1.1570
+++ spec.html	24 Jul 2011 02:46:50 -0000	1.1571
@@ -322,7 +322,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-22-july-2011">Editor's Draft 22 July 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-24-july-2011">Editor's Draft 24 July 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -347,7 +347,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5052.
+This is revision 1.5053.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -468,7 +468,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 22 July 2011 Editor's Draft.
+  This specification is the 24 July 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5

Received on Sunday, 24 July 2011 02:46:58 UTC