diff options
author | ot <ot@localhost> | 2007-06-21 19:33:50 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-06-21 19:33:50 +0000 |
commit | 15ea532e7d863e6f92baf3b900f18fc4cd7cc22a (patch) | |
tree | e00b82b05ba3eb8b6143c617fe15183d7d41b5f0 /htdocs | |
parent | 5dc909eade05886c13a4ad1d94fda57c975cac8c (diff) | |
download | markup-validator-15ea532e7d863e6f92baf3b900f18fc4cd7cc22a.zip markup-validator-15ea532e7d863e6f92baf3b900f18fc4cd7cc22a.tar.gz markup-validator-15ea532e7d863e6f92baf3b900f18fc4cd7cc22a.tar.bz2 |
adding a case for non-html, non-xml document without a doctype.
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 60f0f7f..e51e5ba 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.29 2007-04-20 07:11:31 ot Exp $ +# $Id: types.conf,v 1.30 2007-06-21 19:33:49 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 @@ -492,6 +492,11 @@ Allowed = application/xhtml+xml Preferred = application/xhtml+xml </Types> + <Badge> + URI = http://www.w3.org/Icons/valid-xhtml-rdfa + Alt = Valid XHTML + RDFa + </Badge> + </XHTML_RDFa> |