- From: Terje Bless <link@dev.w3.org>
- Date: Fri, 04 Feb 2005 18:32:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv1945
Modified Files:
types.conf
Log Message:
Nuke "Namespaces" subsection in favour of single "Namespace" parameter.
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- types.conf 12 Oct 2004 18:48:20 -0000 1.7
+++ types.conf 4 Feb 2005 18:32:55 -0000 1.8
@@ -87,10 +87,6 @@
Forbidden = application/xhtml+xml
Preferred = text/html
</Types>
- <Namespaces>
- Allowed =
- Required = 0
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-html40
Height = 31
@@ -110,10 +106,6 @@
Forbidden = application/xhtml+xml
Preferred = text/html
</Types>
- <Namespaces>
- Allowed =
- Required = 0
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-html40
Height = 31
@@ -133,10 +125,6 @@
Forbidden = application/xhtml+xml
Preferred = text/html
</Types>
- <Namespaces>
- Allowed =
- Required = 0
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-html40
Height = 31
@@ -156,10 +144,6 @@
Forbidden = application/xhtml+xml
Preferred = text/html
</Types>
- <Namespaces>
- Allowed =
- Required = 0
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-html401
Height = 31
@@ -179,10 +163,6 @@
Forbidden = application/xhtml+xml
Preferred = text/html
</Types>
- <Namespaces>
- Allowed =
- Required = 0
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-html401
Height = 31
@@ -202,10 +182,6 @@
Forbidden = application/xhtml+xml
Preferred = text/html
</Types>
- <Namespaces>
- Allowed =
- Required = 0
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-html401
Height = 31
@@ -219,16 +195,13 @@
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
+ Namespace = http://www.w3.org/1999/xhtml
Parse Mode = XML
<Types>
Allowed = text/html
Allowed = application/xhtml+xml
Preferred = application/xhtml+xml
</Types>
- <Namespaces>
- Allowed = http://www.w3.org/1999/xhtml
- Required = 1
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-xhtml10
Height = 31
@@ -242,16 +215,13 @@
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
+ Namespace = http://www.w3.org/1999/xhtml
Parse Mode = XML
<Types>
Allowed = text/html
Allowed = application/xhtml+xml
Preferred = application/xhtml+xml
</Types>
- <Namespaces>
- Allowed = http://www.w3.org/1999/xhtml
- Required = 1
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-xhtml10
Height = 31
@@ -265,16 +235,13 @@
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
+ Namespace = http://www.w3.org/1999/xhtml
Parse Mode = XML
<Types>
Allowed = text/html
Allowed = application/xhtml+xml
Preferred = application/xhtml+xml
</Types>
- <Namespaces>
- Allowed = http://www.w3.org/1999/xhtml
- Required = 1
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-xhtml10
Height = 31
@@ -288,16 +255,13 @@
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
+ Namespace = http://www.w3.org/1999/xhtml
Parse Mode = XML
<Types>
Allowed = text/html
Allowed = application/xhtml+xml
Preferred = application/xhtml+xml
</Types>
- <Namespaces>
- Allowed = http://www.w3.org/1999/xhtml
- Required = 1
- </Namespaces>
<Badge>
URI = http://validator.w3.org/images/vxhtml-basic10
Height = 31
@@ -311,16 +275,13 @@
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
+ Namespace = http://www.w3.org/1999/xhtml
Parse Mode = XML
<Types>
Allowed = application/xhtml+xml
Forbidden = text/html
Preferred = application/xhtml+xml
</Types>
- <Namespaces>
- Allowed = http://www.w3.org/1999/xhtml
- Required = 1
- </Namespaces>
<Badge>
URI = http://www.w3.org/Icons/valid-xhtml11
Height = 31
@@ -346,4 +307,4 @@
#
-# @@@FIXME: Need to add in SVG, SMIL, etc.
+#@@FIXME: Need to add in SVG, SMIL, etc.;
Received on Friday, 4 February 2005 18:32:57 UTC