diff options
author | ot <ot@localhost> | 2007-12-04 23:16:12 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-12-04 23:16:12 +0000 |
commit | 9ed5d45434b7a0165b296cb9037a4f37b899dcfe (patch) | |
tree | 1ba735f03a2702d24e6b10b9935fa7a4a54d7343 /htdocs | |
parent | 5a6290b6febd1ed055d4f8550c3822687adb2a21 (diff) | |
download | markup-validator-9ed5d45434b7a0165b296cb9037a4f37b899dcfe.zip markup-validator-9ed5d45434b7a0165b296cb9037a4f37b899dcfe.tar.gz markup-validator-9ed5d45434b7a0165b296cb9037a4f37b899dcfe.tar.bz2 |
adding some knowledge about XHTML MP profiles, their namespace and media types
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 67cb356..ae0e0ed 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.33 2007-10-03 09:55:17 ot Exp $ +# $Id: types.conf,v 1.34 2007-12-04 23:16:12 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 @@ -378,6 +378,48 @@ </Types> </XHTML_Basic_1_1> +<XHTML_MP_1_0> + Name = html + Display = XHTML Mobile Profile 1.0 + PubID = -//WAPFORUM//DTD XHTML Mobile 1.0//EN + SysID = http://www.openmobilealliance.org/DTD/xhtml-mobile10.dtd + Namespace = http://www.w3.org/1999/xhtml + Namespace Required = 0 # it is unclear whether the namespace is fixed, or required + Parse Mode = XML + <Types> + Allowed = text/html application/xhtml+xml application/vnd.wap.xhtml+xml + Preferred = application/vnd.wap.xhtml+xml + </Types> +</XHTML_MP_1_0> + +<XHTML_MP_1_1> + Name = html + Display = XHTML Mobile Profile 1.1 + PubID = -//WAPFORUM//DTD XHTML Mobile 1.1//EN + SysID = http://www.openmobilealliance.org/DTD/xhtml-mobile11.dtd + Namespace = http://www.w3.org/1999/xhtml + Namespace Required = 0 # it is unclear whether the namespace is fixed, or required + Parse Mode = XML + <Types> + Allowed = text/html application/xhtml+xml application/vnd.wap.xhtml+xml + Preferred = application/vnd.wap.xhtml+xml + </Types> +</XHTML_MP_1_1> + +<XHTML_MP_1_2> + Name = html + Display = XHTML Mobile Profile 1.2 + PubID = -//WAPFORUM//DTD XHTML Mobile 1.2//EN + SysID = http://www.openmobilealliance.org/DTD/xhtml-mobile12.dtd + Namespace = http://www.w3.org/1999/xhtml + Namespace Required = 0 # it is unclear whether the namespace is fixed, or required + Parse Mode = XML + <Types> + Allowed = text/html application/xhtml+xml application/vnd.wap.xhtml+xml + Preferred = application/vnd.wap.xhtml+xml + </Types> +</XHTML_MP_1_2> + <XHTML-Print_1_0> Name = html |