diff options
author | ot <ot@localhost> | 2008-01-17 08:09:24 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-01-17 08:09:24 +0000 |
commit | 5c9fad8c2442f188e571aa05a4d04758cb125121 (patch) | |
tree | dc369ffe17aea24b704df8872bb449fc6b30d322 /htdocs | |
parent | 68a39d805cb15ead3a3f7691c00c1287aa2f2528 (diff) | |
download | markup-validator-5c9fad8c2442f188e571aa05a4d04758cb125121.zip markup-validator-5c9fad8c2442f188e571aa05a4d04758cb125121.tar.gz markup-validator-5c9fad8c2442f188e571aa05a4d04758cb125121.tar.bz2 |
check that in a DOCTYPE declaration for a known document type, FPI and SI match
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index f82b578..95d04ab 100644 --- a/htdocs/config/types.conf +++ b/htdocs/config/types.conf @@ -1,7 +1,7 @@ # # Main Document Type Database for the W3C Markup Validation Service. # -# $Id: types.conf,v 1.36 2007-12-06 02:52:50 ot Exp $ +# $Id: types.conf,v 1.37 2008-01-17 08:09:23 ot Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the @@ -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 |