- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Sep 2010 04:16:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17444
Modified Files:
fetching-resources.html spec.html
Log Message:
List some of the differences, to make Julian happier. (whatwg r5565)
[updated by splitter]
Index: fetching-resources.html
===================================================================
RCS file: /sources/public/html5/spec/fetching-resources.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- fetching-resources.html 29 Sep 2010 19:16:49 -0000 1.18
+++ fetching-resources.html 30 Sep 2010 04:16:34 -0000 1.19
@@ -685,7 +685,11 @@
</dl></li>
</ol><p class="note">This requirement is a <a href="introduction.html#willful-violation">willful violation</a>
- of the HTTP specification, motivated by the need for backwards
- compatibility with legacy content. <a href="references.html#refsHTTP">[HTTP]</a></p>
+ of the HTTP specification (for example, HTTP doesn't allow the use
+ of single quotes and requires supporting a backslash-escape
+ mechanism that is not supported by this algorithm<!-- not to mention
+ not having any rules for error-handling, which is of course why
+ we're having to define it ourselves -->), motivated by the need for
+ backwards compatibility with legacy content. <a href="references.html#refsHTTP">[HTTP]</a></p>
</div></body></html>
\ No newline at end of file
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1259
retrieving revision 1.1260
diff -u -d -r1.1259 -r1.1260
--- spec.html 30 Sep 2010 02:16:34 -0000 1.1259
+++ spec.html 30 Sep 2010 04:16:34 -0000 1.1260
@@ -341,7 +341,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.4446.
+This is revision 1.4447.
</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
Received on Thursday, 30 September 2010 04:16:37 UTC