- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Sep 2010 03:58:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15366
Modified Files:
Overview.html
Log Message:
List some of the differences, to make Julian happier. (whatwg r5565)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4446
retrieving revision 1.4447
diff -u -d -r1.4446 -r1.4447
--- Overview.html 30 Sep 2010 01:46:49 -0000 1.4446
+++ Overview.html 30 Sep 2010 03:58:38 -0000 1.4447
@@ -5770,8 +5770,12 @@
</dl></li>
</ol><p class="note">This requirement is a <a href="#willful-violation">willful violation</a>
- of the HTTP specification, motivated by the need for backwards
- compatibility with legacy content. <a href="#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="#refsHTTP">[HTTP]</a></p>
</div><h3 id="common-dom-interfaces"><span class="secno">2.8 </span>Common DOM interfaces</h3><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.8.1 </span>Reflecting content attributes in IDL attributes</h4><p>Some IDL attributes are defined to <dfn id="reflect">reflect</dfn> a
particular content attribute. This means that on getting, the IDL
Received on Thursday, 30 September 2010 03:58:45 UTC