- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Apr 2007 04:19:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv17784/htdocs
Modified Files:
detailed.html index.html
Log Message:
commenting out the unimplemented Treat As HTML/XML select in direct input interface
Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- detailed.html 22 Mar 2007 05:16:43 -0000 1.20
+++ detailed.html 4 Apr 2007 04:19:50 -0000 1.21
@@ -54,11 +54,11 @@
<p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br />
<textarea id="fragment" name="fragment" rows="12" cols="70"></textarea>
- <br /><label for="parsemodel">Treat as:</label>
+ <!-- <br /><label for="parsemodel">Treat as:</label>
<select id="parsemodel" name="parsemodel">
<option value="sgml">HTML</option>
<option value="xml">XML (and XHTML)</option>
- </select>
+ </select> -->
</p>
<fieldset id="extra_opt_direct" class="moreoptions">
<legend><a href="./#validate-by-input" title="hide the options - see the simple interface"><img alt="*" src="./images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend>
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- index.html 22 Mar 2007 05:16:42 -0000 1.85
+++ index.html 4 Apr 2007 04:19:50 -0000 1.86
@@ -47,11 +47,11 @@
<p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br />
<textarea id="fragment" name="fragment" rows="12" cols="70"></textarea>
- <br /><label for="parsemodel">Treat as:</label>
+ <!-- <br /><label for="parsemodel">Treat as:</label>
<select id="parsemodel" name="parsemodel">
<option value="sgml">HTML</option>
<option value="xml">XML (and XHTML)</option>
- </select>
+ </select> -->
</p>
<p><a href="detailed.html#validate-by-input" title="choose options from the detailed interface"><img alt="*" src="./images/arrow-right.gif"/> Options</a></p>
Received on Wednesday, 4 April 2007 04:20:00 UTC