- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Apr 2010 00:48:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv4487
Modified Files:
Overview.html acknowledgements.html spec.html
Log Message:
Make 'fetch' algorithm have a mode where it doesn't do redirects. Make 'navigate' algorithm block cross-origin non-safe non-POST redirects. (whatwg r4975)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.840
retrieving revision 1.841
diff -u -d -r1.840 -r1.841
--- Overview.html 6 Apr 2010 00:17:23 -0000 1.840
+++ Overview.html 6 Apr 2010 00:48:00 -0000 1.841
@@ -305,7 +305,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3997.
+This is revision 1.3998.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.848
retrieving revision 1.849
diff -u -d -r1.848 -r1.849
--- spec.html 6 Apr 2010 00:17:23 -0000 1.848
+++ spec.html 6 Apr 2010 00:48:00 -0000 1.849
@@ -303,7 +303,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3997.
+This is revision 1.3998.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -30210,6 +30210,7 @@
Dean Edwards,
Debi Orton,
Derek Featherstone,
+ Devdatta,
Dimitri Glazkov,
Dimitry Golubovsky,
Divya Manian,
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.595
retrieving revision 1.596
diff -u -d -r1.595 -r1.596
--- acknowledgements.html 4 Apr 2010 22:47:26 -0000 1.595
+++ acknowledgements.html 6 Apr 2010 00:48:00 -0000 1.596
@@ -448,6 +448,7 @@
Dean Edwards,
Debi Orton,
Derek Featherstone,
+ Devdatta,
Dimitri Glazkov,
Dimitry Golubovsky,
Divya Manian,
Received on Tuesday, 6 April 2010 00:48:04 UTC