- From: Terje Bless <link@dev.w3.org>
- Date: Sat, 05 Feb 2005 02:24:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config In directory hutz:/tmp/cvs-serv12007/htdocs/config Modified Files: types.conf Log Message: Adding MathML 2.0, SVG 1.0/1.1, and SMIL 1.0/2.0. This closes Bug #860. Index: types.conf =================================================================== RCS file: /sources/public/validator/htdocs/config/types.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- types.conf 4 Feb 2005 18:32:55 -0000 1.8 +++ types.conf 5 Feb 2005 02:24:09 -0000 1.9 @@ -306,5 +306,76 @@ </ISO_IEC_15445_2000> -# -#@@FIXME: Need to add in SVG, SMIL, etc.; +<MathML_2> + Name = math + Display = MathML 2.0 + Info URL = http://www.w3.org/TR/MathML2/ + PubID = -//W3C//DTD MathML 2.0//EN + SysID = http://www.w3.org/Math/DTD/mathml2/mathml2.dtd + Namespace = http://www.w3.org/1998/Math/MathML + Parse Mode = XML + <Types> + Allowed = application/xhtml+xml + Forbidden = text/html + Preferred = application/xhtml+xml + </Types> +</MathML_2> + +<SVG_1_0> + Name = svg + Display = SVG 1.0 + Info URL = http://www.w3.org/TR/2001/REC-SVG-20010904/ + PubID = -//W3C//DTD SVG 1.0//EN + SysID = http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd + Namespace = http://www.w3.org/2000/svg + Parse Mode = XML + <Types> + Allowed = image/svg+xml + Forbidden = text/html + Preferred = image/svg+xml + </Types> +</SVG_1_0> + +<SVG_1_1> + Name = svg + Display = SVG 1.1 + Info URL = http://www.w3.org/TR/2003/REC-SVG11-20030114/ + PubID = -//W3C//DTD SVG 1.1//EN + SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd + Namespace = http://www.w3.org/2000/svg + Parse Mode = XML + <Types> + Allowed = image/svg+xml + Forbidden = text/html + Preferred = image/svg+xml + </Types> +</SVG_1_1> + +<SMIL_1_0> + Name = smil + Display = SMIL 1.0 + Info URL = http://www.w3.org/TR/REC-smil/ + PubID = -//W3C//DTD SMIL 1.0//EN + SysID = http://www.w3.org/TR/REC-smil/SMIL10.dtd + Parse Mode = XML + <Types> + Allowed = application/smil+xml + Forbidden = text/html + Preferred = application/smil+xml + </Types> +</SVG_1_0> + +<SMIL_2_0> + Name = smil + Display = SMIL 2.0 + Info URL = http://www.w3.org/TR/2005/REC-SMIL2-20050107/ + PubID = -//W3C//DTD SMIL 2.0//EN + SysID = http://www.w3.org/2001/SMIL20/SMIL20.dtd + Parse Mode = XML + <Types> + Allowed = application/smil+xml + Forbidden = text/html + Preferred = application/smil+xml + </Types> +</SVG_2_0> +
Received on Saturday, 5 February 2005 02:24:11 UTC