- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Dec 2005 03:50:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv15847 Modified Files: index.html .htaccess Added Files: nocharset_notutf8.html Log Message: additional test for doc with no charset Index: .htaccess =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .htaccess 9 Dec 2005 01:25:12 -0000 1.1 +++ .htaccess 9 Dec 2005 03:50:19 -0000 1.2 @@ -2,3 +2,8 @@ RemoveCharset .html # note - this only works in apache 2.0.24 and later </Files> +<Files nocharset_notutf8.html> +RemoveCharset .html +# note - this only works in apache 2.0.24 and later +</Files> + Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- index.html 9 Dec 2005 01:25:12 -0000 1.54 +++ index.html 9 Dec 2005 03:50:19 -0000 1.55 @@ -205,6 +205,10 @@ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nocharset.html;ss">with v.w.o</a> - <a href="nocharset.html">view</a>: XHTML 1.0 Strict, no charset</li> + <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nocharset_notutf8.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nocharset_notutf8.html;ss">with v.w.o</a> - + <a href="nocharset_notutf8.html">view</a>: + XHTML 1.0 Strict, no charset, cannot be interpreted as utf-8</li> <li><a href="../../check?uri=http://www.w3.org/2001/06/utf-8-test/UTF-8-demo.html">UTF-8 sample text (correct)</a>, <a href='http://www.w3.org/2001/06/utf-8-test/'>more positive tests</a></li> <li><a href="../../check?uri=http://www.w3.org/2001/06/utf-8-wrong/UTF-8-test.html">UTF-8 stress test (wrong cases)</a>, --- NEW FILE: nocharset_notutf8.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>test XHTML 1.0 Strict document</title> <meta name="revision" content="$Id: nocharset_notutf8.html,v 1.1 2005/12/09 03:50:19 ot Exp $" /> </head> <body> <p> This is a test XHTML 1.0 Strict document, served with no character encoding declaration. It has non-utf8 chars (below - the doc is actually iso-20022-jp), so the validator should break miserably, but send in the warning about no charset nonetheless. </p> <p>ロレムイプスムドロルシトアメット</p> <p> See: <a href="./">W3C HTML Validation Service: Tests</a> </p> </body> </html>
Received on Friday, 9 December 2005 03:50:34 UTC