finishing Dave comments on bp doc
authorgatemezi
Thu, 12 Dec 2013 11:20:30 +0100
changeset 719 6f26a5e345fd
parent 718 f6bce1ea5966
child 720 29fa91fa2d60
finishing Dave comments on bp doc
bp/index.html
--- a/bp/index.html	Thu Dec 12 11:18:29 2013 +0100
+++ b/bp/index.html	Thu Dec 12 11:20:30 2013 +0100
@@ -745,16 +745,16 @@
 
 
 <p class="note"><b>W3C Technical Architecture Group (TAG)</b><br>
-The World Wide Web Consortium's (W3C) <a href="http://www.w3.org/2001/tag/" target="_blank">Technical Architecture Group (TAG)</a> is a special working group within the W3C, in charge of resolving issues involving general Web architecture. The group maintains a list of <a href="http://www.w3.org/2001/tag/#publications" target="_blank">publications</a> and findings, such as the architecture of the World Wide Web [[!webarch]]</p>
+The World Wide Web Consortium's (W3C) <a href="http://www.w3.org/2001/tag/" target="_blank">Technical Architecture Group (TAG)</a> is a special working group within the W3C, in charge of resolving issues involving general Web architecture. The group maintains a list of <a href="http://www.w3.org/2001/tag/#publications" target="_blank">publications</a> and findings, such as the architecture of the World Wide Web. [[!webarch]]</p>
 
 <p ><b>TAG advices on http issues</b><br>
 The TAG provides advice to the community that they may mint "http" URIs for any resource provided that they follow this simple rule for the sake of removing ambiguity as below:
 
 <div class="highlight">
     <ul>
-    <li> If an <code>"http"</code> resource responds to a <pre>GET</pre> request with a <code>2xx</code> response, then the resource identified by that URI is an information resource;</li>
-    <li> If an <code>"http"</code> resource responds to a <pre>GET</pre> request with a <code>303</code> (See Other) response, then the resource identified by that URI could be any resource;</li>
-    <li> If an <code>"http"</code> resource responds to a <pre>GET</pre> request with a 4xx (error) response, then the nature of the resource is unknown.
+    <li> If an <code>"http"</code> resource responds to a <code>GET</code> request with a <code>2xx</code> response, then the resource identified by that URI is an information resource;</li>
+    <li> If an <code>"http"</code> resource responds to a <code>GET</code> request with a <code>303</code> (See Other) response, then the resource identified by that URI could be any resource;</li>
+    <li> If an <code>"http"</code> resource responds to a <code>GET</code> request with a <code>4xx</code> (error) response, then the nature of the resource is unknown.
     </li>
 </ul>
 </div>