diff options
author | ville <ville@localhost> | 2009-12-04 21:45:02 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-12-04 21:45:02 +0000 |
commit | 6bf252a81b12e3a5a5574103da6dbaec2a215bf9 (patch) | |
tree | 689fc1f010161d9e5a5f057e537ecdf342dc96c8 /htdocs/dev/tests | |
parent | 12070c453f4127fc4044a65a7d0294d501448411 (diff) | |
download | markup-validator-6bf252a81b12e3a5a5574103da6dbaec2a215bf9.zip markup-validator-6bf252a81b12e3a5a5574103da6dbaec2a215bf9.tar.gz markup-validator-6bf252a81b12e3a5a5574103da6dbaec2a215bf9.tar.bz2 |
Update Atom test case to one that currently really serves application/atom+xml, add some "with v.w.o" links.
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/index.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 54e5740..2bb64b2 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.110 2009-12-04 21:05:22 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-12-04 21:05:22 $" +<!--#set var="revision" value="\$Id: index.html,v 1.111 2009-12-04 21:45:02 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-12-04 21:45:02 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -1251,10 +1251,16 @@ <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fvalidator.w3.org%3A8000%2F">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%3A%2F%2Fwww.oreillynet.com%2Fpub%2Ffeed%2F20">validate</a> - - a resource served as application/atom+xml, should be passed on to the Feed Validator.</li> - <li><a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">validate</a> - - a resource served as text/css, should be passed on to the CSS Validator.</li> + <li> + <a href="../../check?uri=http%3A%2F%2Fidenti.ca%2Fapi%2Fstatuses%2Fuser_timeline%2Fw3c.atom">validate</a> - + <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fidenti.ca%2Fapi%2Fstatuses%2Fuser_timeline%2Fw3c.atom">with v.w.o</a> - + a resource served as application/atom+xml, should be passed on to the Feed Validator. + </li> + <li> + <a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">validate</a> - + <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">with v.w.o</a> - + a resource served as text/css, should be passed on to the CSS Validator. + </li> </ul> <h4 id="regress">Bugs and Regression Tests</h4> |