- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Tue, 13 Apr 2004 01:45:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv18634/htdocs
Modified Files:
Tag: validator-0_6_0-branch
index.html detailed-form.html
Log Message:
commenting out fussy mode altogether, per our 2004-04 meeting decision
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.20
retrieving revision 1.55.2.21
diff -u -d -r1.55.2.20 -r1.55.2.21
--- index.html 27 Mar 2004 14:36:58 -0000 1.55.2.20
+++ index.html 13 Apr 2004 01:45:57 -0000 1.55.2.21
@@ -21,7 +21,7 @@
<input id="uri" name="uri" size="40" /></label>
<label title="Submit URI for validation"><input type="submit" value="Check" /></label>
<input type="hidden" name="verbose" value="1" />
- <input type="hidden" name="fussy" value="1" />
+ <!-- <input type="hidden" name="fussy" value="0" /> -->
</p>
</form>
<p>
@@ -38,7 +38,7 @@
<input type="file" id="uploaded_file" name="uploaded_file" size="30" /></label>
<label title="Submit file for validation"><input type="submit" value="Check" /></label>
<input type="hidden" name="verbose" value="1" />
- <input type="hidden" name="fussy" value="1" />
+ <!-- <input type="hidden" name="fussy" value="0" /> -->
</p>
</form>
<p>
Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- detailed-form.html 18 Jan 2004 18:55:32 -0000 1.1.2.8
+++ detailed-form.html 13 Apr 2004 01:45:57 -0000 1.1.2.9
@@ -64,6 +64,8 @@
<td><label for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
<td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
</tr>
+<!--
<tr>
- <td colspan="2"><label for="fussy"><input id="fussy" name="fussy" type="checkbox" value="1" checked="checked" /> Fussy Parsing</label></td>
+ <td colspan="2"><label for="fussy"><input id="fussy" name="fussy" type="checkbox" value="0" /> Fussy Parsing</label></td>
</tr>
+-->
Received on Monday, 12 April 2004 21:46:08 UTC