- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Mar 2008 18:54:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv28785
Modified Files:
index.html
Log Message:
with snippet validation in the options, the wording requiring
a full document is misleading. With a nod toward Steph Troeth for noting the inconsistency.
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- index.html 24 Jul 2007 07:19:10 -0000 1.93
+++ index.html 19 Mar 2008 18:54:15 -0000 1.94
@@ -66,7 +66,7 @@
</fieldset>
<fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validate by direct input</legend>
<form method="post" enctype="multipart/form-data" action="check">
- <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br />
+ <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup to validate</label>:<br />
<textarea id="fragment" name="fragment" rows="12" cols="80"></textarea>
<!-- <br /><label for="parsemodel">Treat as:</label>
Received on Wednesday, 19 March 2008 18:54:50 UTC