- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Sep 2007 05:34:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv18032/htdocs/dev/tests
Modified Files:
index.html
Log Message:
tests for passing of CSS and atom resources to their respective, specialized validators.
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- index.html 11 Sep 2007 03:17:04 -0000 1.89
+++ index.html 11 Sep 2007 05:34:49 -0000 1.90
@@ -612,7 +612,10 @@
<a href="http://validator.w3.org/check?uri=http://validator.w3.org:8000/">with v.w.o</a> -
httpd on a non-standard port (should be working transparently if :8000 server is running)
</li>
-
+ <li><a href="../../check?uri=http://www.oreillynet.com/pub/feed/20">validate</a> -
+ a resource served as application/atom+xml, should be passed on to the Feed Validator.</li>
+ <li><a href="../../check?uri=http://www.w3.org/StyleSheets/Core/Swiss">validate</a> -
+ a resource served as text/css, should be passed on to the CSS Validator.</li>
</ul>
<h3 id="regress">Bugs and Regression Tests</h3>
Received on Tuesday, 11 September 2007 05:34:56 UTC