validator/htdocs doctype-select.html,1.3,1.4

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv26562/htdocs

Modified Files:
	doctype-select.html 
Log Message:

Adding the usual two MathML (and XHTML+MathML) doctypes to the drop-down,
which should help tentatively validate the frequent doctypeless math docs.


Index: doctype-select.html
===================================================================
RCS file: /sources/public/validator/htdocs/doctype-select.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- doctype-select.html	13 Nov 2004 10:27:51 -0000	1.3
+++ doctype-select.html	20 Apr 2005 06:15:39 -0000	1.4
@@ -11,4 +11,5 @@
   <option value="HTML 4.01 Frameset">HTML 4.01 Frameset</option>
   <option value="HTML 3.2">HTML 3.2</option>
   <option value="HTML 2.0">HTML 2.0</option>
-</select>
+  <option value="MathML 2.0">MathML 2.0</option>
+  <option value="XHTML 1.1 plus MathML 2.0">XHTML 1.1 plus MathML 2.0</option> </select>

Received on Wednesday, 20 April 2005 06:15:43 UTC