- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 May 2005 06:12:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv26535/config
Modified Files:
types.conf
Log Message:
(re?)Adding catalog and types registry entries for some variants of HTML 2:
HTML 2.0 Level 1, HTML 2.0 Strict and HTML 2.0 Strict Level 1
See: http://www.w3.org/Bugs/Public/show_bug.cgi?id=1481
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- types.conf 22 Apr 2005 00:23:00 -0000 1.12
+++ types.conf 24 May 2005 06:12:45 -0000 1.13
@@ -18,7 +18,6 @@
# The five different ways to refer to HTML 2.0:
# "HTML 2.0", "HTML 2.0 Level 2", "HTML 2.0 Level 1",
# "HTML 2.0 Strict", "HTML 2.0 Strict Level 1".
-# sgml-lib supports currently only the first two.
<HTML_2_0>
Name = html
Display = HTML 2.0
@@ -51,6 +50,55 @@
</Badge>
</HTML_2_0_Level_2>
+<HTML_2_0_Strict>
+ Name = html
+ Display = HTML 2.0 Strict
+ Info URL = http://www.w3.org/MarkUp/html-spec/
+ PubID = -//IETF//DTD HTML 2.0 Strict//EN
+ Parse Mode = SGML
+ <Types>
+ Allowed = text/html
+ Forbidden = application/xhtml+xml
+ Preferred = text/html
+ </Types>
+ <Badge>
+ URI = http://validator.w3.org/images/vh20
+ </Badge>
+</HTML_2_0_Strict>
+
+<HTML_2_0_Level_1>
+ Name = html
+ Display = HTML 2.0 Level 1
+ Info URL = http://www.w3.org/MarkUp/html-spec/
+ PubID = -//IETF//DTD HTML 2.0 Level 1//EN
+ Parse Mode = SGML
+ <Types>
+ Allowed = text/html
+ Forbidden = application/xhtml+xml
+ Preferred = text/html
+ </Types>
+ <Badge>
+ URI = http://validator.w3.org/images/vh20
+ </Badge>
+</HTML_2_0_Level_1>
+
+<HTML_2_0_Strict_Level_1>
+ Name = html
+ Display = HTML 2.0 Strict Level 1
+ Info URL = http://www.w3.org/MarkUp/html-spec/
+ PubID = -//IETF//DTD HTML 2.0 Strict Level 1//EN
+ Parse Mode = SGML
+ <Types>
+ Allowed = text/html
+ Forbidden = application/xhtml+xml
+ Preferred = text/html
+ </Types>
+ <Badge>
+ URI = http://validator.w3.org/images/vh20
+ </Badge>
+</HTML_2_0_Strict_Level_1>
+
+
#
# HTML 3.2.
<HTML_3_2>
Received on Tuesday, 24 May 2005 06:12:54 UTC