2008/link-testsuite index.html,1.1,1.2

Update of /sources/public/2008/link-testsuite
In directory hutz:/tmp/cvs-serv14214

Modified Files:
	index.html 
Log Message:
adding doc uri

Index: index.html
===================================================================
RCS file: /sources/public/2008/link-testsuite/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.html	30 Jan 2008 07:37:19 -0000	1.1
+++ index.html	30 Jan 2008 07:41:57 -0000	1.2
@@ -34,17 +34,20 @@
 <p>Does the checker respect base href and content-location info? Does it report broken links based on those?</p>
  
     <h4>test base URI with BASE href elt</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/base-1.html">tested document</a></p>
 <p>    relative link goes 404 if BASE href element not parsed
 	EXPECTED: relative link goes 200 if OK - link checker finds no error
     </p>
     
  
     <h4>test base URI with HTTP Content-Location</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/base-1.html">tested document</a></p>
 <p>    relative link goes 404 if HTTP Content-Location not parsed
     	EXPECTED: relative link goes 200 if OK - link checker finds no error</p>
     
  
     <h4>test base URI with BASE href elt and Content-Location</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/base-3.php">tested document</a></p>
 <p>    with both BASE href elt and HTTP Content-Location
     	href takes precedence http://www.w3.org/TR/html401/struct/links.html#h-12.4.1
     	relative link goes 404 if neither BASE nor Content-Location respected
@@ -53,6 +56,7 @@
     
  
     <h4>test base URI with relative BASE href (forbidden)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/base-4.html">tested document</a></p>
 <p>    
         This document has a bogus BASE href value. Per the spec:
             <q cite="http://www.w3.org/TR/html401/struct/links.html#h-12.4">This attribute specifies an <strong>absolute URI</strong> that acts as the base URI for resolving relative URIs.</q>
@@ -64,6 +68,7 @@
 <p>Testing whether the checker catches 404 for all attributes values set to %URI type in HTML 4.01</p>
  
     <h4>test HTML A href (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_a_href.html">tested document</a></p>
 <p>    
         A href 404
         	EXPECTED: link checker throws error
@@ -71,6 +76,7 @@
     
  
     <h4>test HTML A href (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_a_href_b.html">tested document</a></p>
 <p>    
         A href 404
         	EXPECTED: link checker throws error
@@ -78,11 +84,13 @@
     
  
     <h4>test HTML BASE href (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_base_href.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML BASE href (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_base_href.html">tested document</a></p>
 <p>    
         BASE href 404
         	EXPECTED: link checker throws error
@@ -90,12 +98,14 @@
     
  
     <h4>test HTML FRAME longdesc (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_frame_longdesc.html">tested document</a></p>
 <p>    
         OK frameset document with longdesc dereferencing (control test)
     </p>
     
  
     <h4>test HTML FRAME longdesc (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_frame_longdesc_b.html">tested document</a></p>
 <p>    
         Frameset document with a frame longdesc dereferencing into a 404.
         EXPECTED: link checker throws error
@@ -103,12 +113,14 @@
     
  
     <h4>test HTML FRAME src (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_frame_src.html">tested document</a></p>
 <p>    
         OK frameset document with src dereferencing (control test)
     </p>
     
  
     <h4>test HTML FRAME src (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_frame_src_b.html">tested document</a></p>
 <p>    
         Frameset document with a frame src dereferencing into a 404.
         EXPECTED: link checker throws error
@@ -116,61 +128,73 @@
     
  
     <h4>test HTML IFRAME longdesc (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_iframe_longdesc.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML IFRAME longdesc (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_iframe_longdesc_b.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML IFRAME src (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_iframe_src.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML IFRAME src (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_iframe_src_b.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML IMG longdesc (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_img_longdesc.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML SCRIPT src (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_img_longdesc.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML IMG src (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_img_src.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML IMG src (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_img_src_b.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML LINK href (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_link_href.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML LINK href (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_link_href_b.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML SCRIPT src (control)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_script_src.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test HTML IMG longdesc (404)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/html_script_src_b.html">tested document</a></p>
 <p>    
     </p>
     
@@ -180,126 +204,151 @@
 <p>Testing whether the checker reports all possible kinds of HTTP errors (4xx and 5xx)</p>
  
     <h4>test reporting HTTP 400</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-400.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 401</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-401.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 402</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-402.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 403</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-403.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 404 (DNS error)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-404-DNS.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 404</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-404.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 405</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-405.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 406</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-406.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 407</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-407.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 408</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-408.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 409</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-409.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 410</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-410.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 411</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-411.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 412</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-412.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 413</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-413.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 414</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-414.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 415</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-415.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 416</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-416.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 417</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-417.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 500</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-500.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 501</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-501.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 502</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-502.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 503</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-503.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 504</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-504.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 505</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-505.html">tested document</a></p>
 <p>    
     </p>
     
@@ -309,21 +358,25 @@
 <p>Testing whether the checker reports redirects</p>
  
     <h4>test reporting HTTP 300 (optional)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-300.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 301 (optional)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-301.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 302 (optional)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-302.html">tested document</a></p>
 <p>    
     </p>
     
  
     <h4>test reporting HTTP 307 (optional)</h4>
+    <p><a href="http://qa-dev.w3.org/link-testsuite/http-307.html">tested document</a></p>
 <p>    
     </p>
     

Received on Wednesday, 30 January 2008 07:42:09 UTC