- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 03 Jan 2009 21:03:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv10574
Modified Files:
types.conf
Log Message:
HTML5 does not have a public id; empty string needs to be present here though.
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- types.conf 20 Aug 2008 20:34:10 -0000 1.42
+++ types.conf 3 Jan 2009 21:03:42 -0000 1.43
@@ -271,7 +271,8 @@
Name = html
Display = HTML5
Info URL = http://www.w3.org/TR/html5/
- PubID = HTML5
+ # PubID must be present, and is intentionally empty here!
+ PubID =
Parse Mode = HTML5
<Types>
Allowed = text/html application/xhtml+xml
Received on Saturday, 3 January 2009 21:03:53 UTC