summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorot <ot@localhost>2008-08-20 20:34:10 +0000
committerot <ot@localhost>2008-08-20 20:34:10 +0000
commitb402f9852a245a87a666f395ba7aec3861133895 (patch)
tree08e081d2747b6932f08d9a414dc19f4056158463 /htdocs
parent37ec3ec5a4e1b264df5703afa8c2abf506d33131 (diff)
downloadmarkup-validator-b402f9852a245a87a666f395ba7aec3861133895.zip
markup-validator-b402f9852a245a87a666f395ba7aec3861133895.tar.gz
markup-validator-b402f9852a245a87a666f395ba7aec3861133895.tar.bz2
muting "unknown parse mode" warning for html5 sent as text/html
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config/types.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index decbffb..4d3abea 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.41 2008-08-15 19:29:27 ot Exp $
+# $Id: types.conf,v 1.42 2008-08-20 20:34:10 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
@@ -271,6 +271,8 @@
Name = html
Display = HTML5
Info URL = http://www.w3.org/TR/html5/
+ PubID = HTML5
+ Parse Mode = HTML5
<Types>
Allowed = text/html application/xhtml+xml
#