diff options
author | link <link@localhost> | 2001-03-08 01:57:52 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-03-08 01:57:52 +0000 |
commit | 6a203b8bd1073994911c87fa1a3c99968675a03e (patch) | |
tree | 1958156681b938ef18b3b9120b56aac22ca179e4 /htdocs/index.html | |
parent | f7a9ce5458c6dff8b32e66e2896212f947e08566 (diff) | |
download | markup-validator-6a203b8bd1073994911c87fa1a3c99968675a03e.zip markup-validator-6a203b8bd1073994911c87fa1a3c99968675a03e.tar.gz markup-validator-6a203b8bd1073994911c87fa1a3c99968675a03e.tar.bz2 |
Merging in doctype-override option from my patch.
<URL:http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0037.html>
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index fa68e80..bec61a6 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -63,7 +63,27 @@ </p> <form method="get" action="/check"> - Address: <input name="uri" size="50" /> + Address: <input name="uri" size="50" /><br /> + Doctype: + <select name="doctype"> + <option>Inline</option> + <option>XHTML 1.0 Strict</option> + <option>XHTML 1.0 Transitional</option> + <option>XHTML 1.0 Frameset</option> + <option>HTML 4.01 Strict</option> + <option>HTML 4.01 Transitional</option> + <option>HTML 4.01 Frameset</option> + <option>HTML 2.0</option> + <option>HTML 3.0 (AdvaSoft version)</option> + <option>HTML 3.2</option> + <option>HTML 3.2 + Style</option> + <option>HTML Pro</option> + <option>Spyglass HTML 2.0 Extended</option> + <option>HTML Level Cougar</option> + <option>HTML 4.0 Strict</option> + <option>HTML 4.0 Transitional</option> + <option>HTML 4.0 Frameset</option> + </select> <table cellpadding="0" cellspacing="0"> <!-- <tr> @@ -120,7 +140,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2000-10-21 11:06:11 $ + $Date: 2001-03-08 01:57:52 $ </address> </body> |