- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 25 Oct 2009 12:27:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv24290/htdocs/dev/tests
Modified Files:
index.html
Added Files:
mathml2.mml
Removed Files:
mathml2.mathml
Log Message:
Rename MathML2 test file to *.mml so servers are more likely to serve it
with an appropriate content type, use recommended system id in it.
--- NEW FILE: mathml2.mml ---
<!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN"
"http://www.w3.org/Math/DTD/mathml2/mathml2.dtd">
<math>
<mrow>
</mrow>
</math>
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- index.html 13 Feb 2009 21:13:43 -0000 1.108
+++ index.html 25 Oct 2009 12:27:10 -0000 1.109
@@ -233,9 +233,9 @@
<h5>MathML 2.0 Document Type support test</h5>
<p>
- <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml;ss">validate</a> -
- <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml;ss">with v.w.o</a> -
- <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml">view</a>:
+ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mml;ss">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mml;ss">with v.w.o</a> -
+ <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mml">view</a>:
Valid MathML 2.0 minimal test document</p>
--- mathml2.mathml DELETED ---
Received on Sunday, 25 October 2009 12:27:16 UTC