- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Apr 2009 22:14:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20677
Modified Files:
Overview.html
Log Message:
Prefixes can be adjustd so a prefix with a ':' in it is not really a problem. (credit: sp) (whatwg r3029)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2189
retrieving revision 1.2190
diff -u -d -r1.2189 -r1.2190
--- Overview.html 29 Apr 2009 21:53:37 -0000 1.2189
+++ Overview.html 29 Apr 2009 22:14:02 -0000 1.2190
@@ -55757,8 +55757,9 @@
system identifier that contains both a U+0022 QUOTATION MARK ('"')
and a U+0027 APOSTROPHE ("'").</li>
- <li>A node with a prefix or local name containing a U+003A COLON
- (":").</li>
+ <!--<li>A node with a prefix or local name containing a U+003A
+ COLON (":").</li> (prefixes can get adjusted, so this isn't an
+ excuse) -->
<li>An <code>Attr</code> node, <code>Text</code> node,
<code>CDATASection</code> node, <code>Comment</code> node, or
Received on Wednesday, 29 April 2009 22:14:14 UTC