- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Fri, 21 Jan 2005 14:35:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv21640
Modified Files:
Tag: validator-0_6_0-branch
index.html file-upload.html
Log Message:
backporting from HEAD - with note about IE WinXP SP2 being broken wrt file upload
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.37
retrieving revision 1.55.2.38
diff -u -d -r1.55.2.37 -r1.55.2.38
--- index.html 21 Jul 2004 18:13:15 -0000 1.55.2.37
+++ index.html 21 Jan 2005 14:35:44 -0000 1.55.2.38
@@ -7,8 +7,8 @@
<div class="intro">
<p><a name="skip" id="skip"></a>
- Welcome to the W3C Markup Validation Service; a free service that checks
- documents like HTML and XHTML for conformance to W3C Recommendations
+ The W3C Markup Validation Service is a free service that checks Web
+ documents in formats like HTML and XHTML for conformance to W3C Recommendations
and other standards.
</p>
</div>
@@ -45,6 +45,10 @@
title="File Upload Interface to the W3C Markup Validation Service"
href="file-upload.html">Extended File Upload Interface</a>.
</p>
+ <p><strong>Note</strong>: file upload does not currently work with Internet
+ Explorer on Windows XP Service Pack 2, see our
+ <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a>
+ on the W3C QA Website.</p>
</fieldset>
</div>
Index: file-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/file-upload.html,v
retrieving revision 1.14.2.9
retrieving revision 1.14.2.10
diff -u -d -r1.14.2.9 -r1.14.2.10
--- file-upload.html 18 May 2004 03:41:18 -0000 1.14.2.9
+++ file-upload.html 21 Jan 2005 14:35:44 -0000 1.14.2.10
@@ -22,14 +22,19 @@
</tr>
</table>
</form>
- </fieldset>
+ <p><strong>Note</strong>: file upload does not currently work with Internet
+ Explorer on Windows XP Service Pack 2, see our
+ <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a>
+ on the W3C QA Website.</p>
+
+ </fieldset>
</div>
- <p>
+ <p>
If your document is on the Web, you can validate it with the same advanced options
by <a title="Validate files by URL" href="detailed.html">entering its address</a> instead.
</p>
-<!--#include virtual="footer.html" -->
+ <!--#include virtual="footer.html" -->
</body>
</html>
Received on Friday, 21 January 2005 14:35:47 UTC