- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Apr 2009 06:14:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23691
Modified Files:
Overview.html
Log Message:
oops, shouldn't have removed the local name part (credit: sp) (whatwg r3036)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2195
retrieving revision 1.2196
diff -u -d -r1.2195 -r1.2196
--- Overview.html 30 Apr 2009 01:04:53 -0000 1.2195
+++ Overview.html 30 Apr 2009 06:13:57 -0000 1.2196
@@ -55787,8 +55787,8 @@
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> (prefixes can get adjusted, so this isn't an
+ <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,
Received on Thursday, 30 April 2009 06:14:10 UTC