- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Jan 2008 08:09:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv17922/htdocs/config
Modified Files:
types.conf
Log Message:
check that in a DOCTYPE declaration for a known document type, FPI and SI match
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- types.conf 6 Dec 2007 02:52:50 -0000 1.36
+++ types.conf 17 Jan 2008 08:09:23 -0000 1.37
@@ -206,7 +206,7 @@
Display = HTML 4.01 Strict
Info URL = http://www.w3.org/TR/1999/REC-html401-19991224/
PubID = -//W3C//DTD HTML 4.01//EN
- SysID = http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd
+ SysID = http://www.w3.org/TR/html4/strict.dtd
Parse Mode = SGML
<Types>
Allowed = text/html
@@ -228,7 +228,7 @@
Display = HTML 4.01 Transitional
Info URL = http://www.w3.org/TR/1999/REC-html401-19991224/
PubID = -//W3C//DTD HTML 4.01 Transitional//EN
- SysID = http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd
+ SysID = http://www.w3.org/TR/html4/loose.dtd
Parse Mode = SGML
<Types>
Allowed = text/html
@@ -250,7 +250,7 @@
Display = HTML 4.01 Frameset
Info URL = http://www.w3.org/TR/1999/REC-html401-19991224/
PubID = -//W3C//DTD HTML 4.01 Frameset//EN
- SysID = http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd
+ SysID = http://www.w3.org/TR/html4/frameset.dtd
Parse Mode = SGML
<Types>
Allowed = text/html
@@ -272,7 +272,7 @@
Display = XHTML 1.0 Strict
Info URL = http://www.w3.org/TR/xhtml1/
PubID = -//W3C//DTD XHTML 1.0 Strict//EN
- SysID = http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-strict.dtd
+ SysID = http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
Namespace = http://www.w3.org/1999/xhtml
Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative
Parse Mode = XML
@@ -296,7 +296,7 @@
Display = XHTML 1.0 Transitional
Info URL = http://www.w3.org/TR/xhtml1/
PubID = -//W3C//DTD XHTML 1.0 Transitional//EN
- SysID = http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd
+ SysID = http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
Namespace = http://www.w3.org/1999/xhtml
Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative
Parse Mode = XML
@@ -320,7 +320,7 @@
Display = XHTML 1.0 Frameset
Info URL = http://www.w3.org/TR/xhtml1/
PubID = -//W3C//DTD XHTML 1.0 Frameset//EN
- SysID = http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-frameset.dtd
+ SysID = http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd
Namespace = http://www.w3.org/1999/xhtml
Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative
Parse Mode = XML
@@ -344,7 +344,7 @@
Display = XHTML Basic 1.0
Info URL = http://www.w3.org/TR/xhtml-basic/
PubID = -//W3C//DTD XHTML Basic 1.0//EN
- SysID = http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/xhtml-basic10.dtd
+ SysID = http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd
Namespace = http://www.w3.org/1999/xhtml
Namespace Required = 0 # per http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/#s2.1 it is unclear whether the namespace is fixed, or required
Parse Mode = XML
@@ -451,7 +451,7 @@
Display = XHTML 1.1
Info URL = http://www.w3.org/TR/xhtml11/
PubID = -//W3C//DTD XHTML 1.1//EN
- SysID = http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd
+ SysID = http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd
Namespace = http://www.w3.org/1999/xhtml
Namespace Required = 1 # per http://www.w3.org/TR/xhtml11/conformance.html#s_conform
Parse Mode = XML
Received on Thursday, 17 January 2008 08:09:36 UTC