diff options
author | ot <ot@localhost> | 2008-03-27 22:20:49 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-03-27 22:20:49 +0000 |
commit | 9bba8d4a3232d5c8910873c5e8f2ecc671954823 (patch) | |
tree | 914c900e8ca0b7df16751e5fa298c81d1f12b455 | |
parent | fe7c274fc6fe9747aafc79b2eae3dd5d73c16ec2 (diff) | |
download | markup-validator-9bba8d4a3232d5c8910873c5e8f2ecc671954823.zip markup-validator-9bba8d4a3232d5c8910873c5e8f2ecc671954823.tar.gz markup-validator-9bba8d4a3232d5c8910873c5e8f2ecc671954823.tar.bz2 |
Preparing for the update of the XHTML media type note
http://www.w3.org/TR/xhtml-media-types/
The latest editor's draft allows text/html as a MAY for any language in the XHTML family
(as well as text/xml and application/xml in some conditions).
The prefered media type remains application/xhtml+xml.
draft: http://www.w3.org/MarkUp/2008/ED-xhtmlmime-20080315/
-rw-r--r-- | htdocs/config/types.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index ebc0a66..9dc8a25 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.38 2008-02-10 11:25:05 ville Exp $ +# $Id: types.conf,v 1.39 2008-03-27 22:20: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 @@ -277,7 +277,7 @@ Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative Parse Mode = XML <Types> - Allowed = text/html application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> <Badge> @@ -301,7 +301,7 @@ Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative Parse Mode = XML <Types> - Allowed = text/html application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> <Badge> @@ -325,7 +325,7 @@ Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative Parse Mode = XML <Types> - Allowed = text/html application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> <Badge> @@ -349,7 +349,7 @@ Namespace Required = 0 # per http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/#s2.1 it is unclear whether the namespace is fixed, or required Parse Mode = XML <Types> - Allowed = text/html application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> <Badge> @@ -373,7 +373,7 @@ Namespace Required = 0 # per http://www.w3.org/TR/xhtml-basic/#s2.1 it is unclear whether the namespace is fixed, or required Parse Mode = XML <Types> - Allowed = text/html application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> </XHTML_Basic_1_1> @@ -431,7 +431,7 @@ Namespace Required = 0 # per http://www.w3.org/TR/xhtml-print/#s2.1 it is unclear whether the namespace is fixed, or required Parse Mode = XML <Types> - Allowed = application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> <Badge> @@ -456,7 +456,7 @@ Namespace Required = 1 # per http://www.w3.org/TR/xhtml11/conformance.html#s_conform Parse Mode = XML <Types> - Allowed = application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> <Badge> @@ -583,7 +583,7 @@ Namespace Required = 1 Parse Mode = XML <Types> - Allowed = application/xhtml+xml + Allowed = text/html application/xhtml+xml application/xml text/xml Preferred = application/xhtml+xml </Types> <Badge> |