- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Jun 2007 19:33:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv29711/htdocs/config
Modified Files:
types.conf
Log Message:
adding a case for non-html, non-xml document without a doctype.
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- types.conf 20 Apr 2007 07:11:31 -0000 1.29
+++ types.conf 21 Jun 2007 19:33:49 -0000 1.30
@@ -492,6 +492,11 @@
Allowed = application/xhtml+xml
Preferred = application/xhtml+xml
</Types>
+ <Badge>
+ URI = http://www.w3.org/Icons/valid-xhtml-rdfa
+ Alt = Valid XHTML + RDFa
+ </Badge>
+
</XHTML_RDFa>
Received on Thursday, 21 June 2007 19:33:55 UTC