- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Apr 2007 08:48:19 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv16376/htdocs/dev/tests
Modified Files:
bogus-fpi.html html40-frameset.html html40-strict.html
html40-transitional.html index.html nonSGML-chars.html
xhtml-basic10.xhtml xhtml1-strict.html
Log Message:
Link fixing
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- index.html 2 Apr 2007 06:29:29 -0000 1.71
+++ index.html 2 Apr 2007 08:48:17 -0000 1.72
@@ -281,7 +281,7 @@
<li>
<a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">validate</a> -
<a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">with v.w.o</a> -
- <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">view</a>:
+ <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html">view</a>:
XHTML, no DOCTYPE, no xmlns (thus invalid)
</li>
<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-element.html;ss">validate</a> -
@@ -314,7 +314,7 @@
<li>
<a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-blank-1st-line.html;ss">validate</a> -
<a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-blank-1st-line.html;ss">with v.w.o</a> -
- <a href="xhtml1-blank-1st-line.html;ss">view</a>:
+ <a href="xhtml1-blank-1st-line.html">view</a>:
XHTML1, blank first line (<a href="http://lists.w3.org/Archives/Public/www-validator/2000JanMar/0144.html">should be marked as invalid</a>)</li>
<li>
<a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data.html;ss">validate</a> -
@@ -405,7 +405,7 @@
<li><a href="../../check?uri=http://www.w3.org/1999/09/SVG-access/computer.svg">image/svg</a> (is this a bug? I think this media type is not allowed any more)</li>
<li><a href="../../check?uri=http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml;ss">validate</a> -
<a href="http://validator.w3.org/check?uri=http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml;ss">with v.w.o</a> -
- <a href="http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml;ss">view</a>:
+ <a href="http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml">view</a>:
dereference relative URIs for DTDs </li>
</ul>
@@ -482,8 +482,8 @@
404 not found, with "validate error pages" ON
</li>
<li>
- <a href="../../check?uri=http://validator.w3.org/sgml-lib/catalog">validate</a> -
- <a href="http://validator.w3.org/check?uri=http://validator.w3.org/sgml-lib/catalog">with v.w.o</a> -
+ <a href="../../check?uri=http://validator.w3.org/sgml-lib/sgml.soc">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://validator.w3.org/sgml-lib/sgml.soc">with v.w.o</a> -
text/plain resource (refuses to validate)
</li>
<li>
Index: nonSGML-chars.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/nonSGML-chars.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nonSGML-chars.html 8 Dec 2002 17:51:46 -0000 1.2
+++ nonSGML-chars.html 2 Apr 2007 08:48:17 -0000 1.3
@@ -4,7 +4,7 @@
<head>
<title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title>
<link rev="made" href="mailto:gerald@w3.org" />
- <link rel="stylesheet" type="text/css" href="/base.css" />
+ <link rel="stylesheet" type="text/css" href="../../base.css" />
<meta name="revision" content="$Id$" />
<meta name="modified" content="$Date$" />
</head>
@@ -22,7 +22,7 @@
<a href="http://validator.w3.org/check/referer"><img
src="http://validator.w3.org/images/vxhtml10" height="31" width="88"
alt="Valid XHTML 1.0!" /></a>
- <a href="/feedback.html">Webmaster</a><br />
+ <a href="../../feedback.html">Webmaster</a><br />
$Date$
</address>
Index: html40-strict.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/html40-strict.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html40-strict.html 17 Sep 1999 08:49:22 -0000 1.2
+++ html40-strict.html 2 Apr 2007 08:48:17 -0000 1.3
@@ -22,7 +22,7 @@
<address>
<a href="http://validator.w3.org/check/referer">valid HTML</a><br>
- <a href="/feedback.html">Gerald Oskoboiny</A><br>
+ <a href="../../feedback.html">Gerald Oskoboiny</A><br>
$Date$
</address>
Index: xhtml1-strict.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/xhtml1-strict.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xhtml1-strict.html 8 Dec 2002 17:51:46 -0000 1.2
+++ xhtml1-strict.html 2 Apr 2007 08:48:17 -0000 1.3
@@ -24,7 +24,7 @@
<address>
<a href="http://validator.w3.org/check/referer">valid HTML</a><br />
- <a href="/feedback.html">Gerald Oskoboiny</a><br />
+ <a href="../../feedback.html">Gerald Oskoboiny</a><br />
$Date$
</address>
Index: bogus-fpi.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/bogus-fpi.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bogus-fpi.html 27 Sep 1999 10:04:58 -0000 1.1
+++ bogus-fpi.html 2 Apr 2007 08:48:17 -0000 1.2
@@ -22,7 +22,7 @@
<address>
<a href="http://validator.w3.org/check/referer">valid HTML</a><br>
- <a href="/feedback.html">Gerald Oskoboiny</A><br>
+ <a href="../../feedback.html">Gerald Oskoboiny</A><br>
$Date$
</address>
Index: html40-transitional.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/html40-transitional.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html40-transitional.html 17 Sep 1999 08:49:22 -0000 1.2
+++ html40-transitional.html 2 Apr 2007 08:48:17 -0000 1.3
@@ -22,7 +22,7 @@
<address>
<a href="http://validator.w3.org/check/referer">valid HTML</a><br>
- <a href="/feedback.html">Gerald Oskoboiny</A><br>
+ <a href="../../feedback.html">Gerald Oskoboiny</A><br>
$Date$
</address>
Index: html40-frameset.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/html40-frameset.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html40-frameset.html 17 Sep 1999 08:45:42 -0000 1.2
+++ html40-frameset.html 2 Apr 2007 08:48:17 -0000 1.3
@@ -26,7 +26,7 @@
<address>
<a href="http://validator.w3.org/check/referer">valid HTML</a><br>
- <a href="/feedback.html">Gerald Oskoboiny</A><br>
+ <a href="../../feedback.html">Gerald Oskoboiny</A><br>
$Date$
</address>
Index: xhtml-basic10.xhtml
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/xhtml-basic10.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xhtml-basic10.xhtml 28 Mar 2007 02:08:04 -0000 1.1
+++ xhtml-basic10.xhtml 2 Apr 2007 08:48:17 -0000 1.2
@@ -21,7 +21,7 @@
<address>
<a href="http://validator.w3.org/check/referer">valid HTML</a><br />
- <a href="/feedback.html">Gerald Oskoboiny</a><br />
+ <a href="../../feedback.html">Gerald Oskoboiny</a><br />
$Date$
</address>
Received on Monday, 2 April 2007 08:48:44 UTC