diff options
author | ot <ot@localhost> | 2007-09-11 05:34:49 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-09-11 05:34:49 +0000 |
commit | 581688b2b0615c59e0eaf95396907b3bb585eab1 (patch) | |
tree | 235fc4ee45dfdd9a618eb7d81fcedd532b189fed /htdocs | |
parent | e8936dbc780e30e0175e818a3ffb6978166de9c9 (diff) | |
download | markup-validator-581688b2b0615c59e0eaf95396907b3bb585eab1.zip markup-validator-581688b2b0615c59e0eaf95396907b3bb585eab1.tar.gz markup-validator-581688b2b0615c59e0eaf95396907b3bb585eab1.tar.bz2 |
tests for passing of CSS and atom resources to their respective, specialized validators.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/dev/tests/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 7c5fa81..401a214 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.89 2007-09-11 03:17:04 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-09-11 03:17:04 $" +<!--#set var="revision" value="\$Id: index.html,v 1.90 2007-09-11 05:34:49 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-09-11 05:34:49 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -612,7 +612,10 @@ All these documents should validate, without "pretty print" for the document typ <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> |