summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorot <ot@localhost>2006-10-10 09:35:33 +0000
committerot <ot@localhost>2006-10-10 09:35:33 +0000
commitda60f4b368e745da57c532ae1ed773579af1b026 (patch)
tree511f6ab58505a2e35361610c89b208370f35b9c4 /htdocs
parent1468f40ae98548cd5ee32b4df09848b43d223133 (diff)
downloadmarkup-validator-da60f4b368e745da57c532ae1ed773579af1b026.zip
markup-validator-da60f4b368e745da57c532ae1ed773579af1b026.tar.gz
markup-validator-da60f4b368e745da57c532ae1ed773579af1b026.tar.bz2
more changes after publication of XHTML-Print REC
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config/types.conf8
-rwxr-xr-xhtdocs/doctype-select.html1
2 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index 32f46b8..746c66c 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.20 2006-10-10 07:19:38 ot Exp $
+# $Id: types.conf,v 1.21 2006-10-10 09:35:33 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
@@ -328,9 +328,9 @@
</XHTML_Basic_1_0>
-<XHTML_Print_1_0>
+<XHTML-Print_1_0>
Name = html
- Display = XHTML Print 1.0
+ Display = XHTML-Print 1.0
Info URL = http://www.w3.org/TR/xhtml-print/
PubID = -//W3C//DTD XHTML-Print 1.0//EN
SysID = http://www.w3.org/MarkUp/DTD/xhtml-print10.dtd
@@ -339,7 +339,7 @@
<Types>
Allowed = application/xhtml+xml
</Types>
-</XHTML_Print_1_0>
+</XHTML-Print_1_0>
<XHTML_1_1>
Name = html
diff --git a/htdocs/doctype-select.html b/htdocs/doctype-select.html
index 6b57e4d..d06d82d 100755
--- a/htdocs/doctype-select.html
+++ b/htdocs/doctype-select.html
@@ -11,6 +11,7 @@
<option value="ISO/IEC 15445:2000 (&quot;ISO HTML&quot;)">ISO/IEC 15445:2000 ("ISO HTML")</option>
<option value="XHTML 1.1">XHTML 1.1</option>
<option value="XHTML Basic 1.0">XHTML Basic 1.0</option>
+ <option value="XHTML-Print 1.0">XHTML-Print 1.0</option>
<option value="XHTML 1.1 plus MathML 2.0">XHTML 1.1 plus MathML 2.0</option>
<option value="XHTML 1.1 plus MathML 2.0 plus SVG 1.1">XHTML 1.1 plus MathML 2.0 plus SVG 1.1</option>
<option value="MathML 2.0">MathML 2.0</option>