]> granicus.if.org Git - apache/commitdiff
Silly me and my tabs.
authorJason S. Lingohr <jsl@apache.org>
Fri, 19 Sep 2003 12:22:58 +0000 (12:22 +0000)
committerJason S. Lingohr <jsl@apache.org>
Fri, 19 Sep 2003 12:22:58 +0000 (12:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101293 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/content-negotiation.html.en
docs/manual/content-negotiation.xml

index 455f4a39548f37bebafc027255633121407c9da8..a9c8aeab6f17c7eaca21b3dbd2b0c5f5c46a203b 100644 (file)
@@ -278,35 +278,35 @@ Negotiation</a></li>
         <td>Media Type</td>
 
         <td>Browser indicates preferences with the <code>Accept</code>
-       header field. Each item can have an associated quality factor.
-        Variant description can also have a quality factor (the
-        "qs" parameter).</td>
+        header field. Each item can have an associated quality factor.
+        Variant description can also have a quality factor (the "qs"
+        parameter).</td>
       </tr>
 
       <tr valign="top">
         <td>Language</td>
 
         <td>Browser indicates preferences with the
-       <code>Accept-Language</code> header field. Each item can
-       have a quality factor. Variants can be associated with none,
-       one or more than one language.</td>
+        <code>Accept-Language</code> header field. Each item can have
+        a quality factor. Variants can be associated with none, one or
+        more than one language.</td>
       </tr>
 
       <tr valign="top">
         <td>Encoding</td>
 
         <td>Browser indicates preference with the
-       <code>Accept-Encoding</code> header field. Each item can have
-       a quality factor.</td>
+        <code>Accept-Encoding</code> header field. Each item can have
+        a quality factor.</td>
       </tr>
 
       <tr valign="top">
         <td>Charset</td>
 
         <td>Browser indicates preference with the
-       <code>Accept-Charset</code> header field. Each item can have a
-       quality factor. Variants can indicate a charset as a parameter
-       of the media type.</td>
+        <code>Accept-Charset</code> header field. Each item can have a
+        quality factor. Variants can indicate a charset as a parameter
+        of the media type.</td>
       </tr>
     </table>
 
@@ -334,9 +334,9 @@ Negotiation</a></li>
 
         <ol>
           <li>Multiply the quality factor from the <code>Accept</code>
-         header with the quality-of-source factor for this variants
-         media type, and select the variants with the highest
-         value.</li>
+          header with the quality-of-source factor for this variants
+          media type, and select the variants with the highest
+          value.</li>
 
           <li>Select the variants with the highest language quality
           factor.</li>
@@ -344,19 +344,19 @@ Negotiation</a></li>
           <li>Select the variants with the best language match,
           using either the order of languages in the
           <code>Accept-Language</code> header (if present), or else
-         the order of languages in the <code>LanguagePriority</code>
-         directive (if present).</li>
+          the order of languages in the <code>LanguagePriority</code>
+          directive (if present).</li>
 
           <li>Select the variants with the highest 'level' media
           parameter (used to give the version of text/html media
           types).</li>
 
           <li>Select variants with the best charset media
-         parameters, as given on the <code>Accept-Charset</code>
-         header line.  Charset ISO-8859-1 is acceptable unless
-         explicitly excluded. Variants with a <code>text/*</code>
-         media type but not explicitly associated with a particular
-         charset are assumed to be in ISO-8859-1.</li>
+          parameters, as given on the <code>Accept-Charset</code>
+          header line.  Charset ISO-8859-1 is acceptable unless
+          explicitly excluded. Variants with a <code>text/*</code>
+          media type but not explicitly associated with a particular
+          charset are assumed to be in ISO-8859-1.</li>
 
           <li>Select those variants which have associated charset
           media parameters that are <em>not</em> ISO-8859-1. If
index 098bc0c7a5610448a7e739bc445bdb67441e8944..07f5e07ca1e92b07ddb45d4d9f076a3441519185 100644 (file)
         <td>Media Type</td>
 
         <td>Browser indicates preferences with the <code>Accept</code>
-       header field. Each item can have an associated quality factor.
-        Variant description can also have a quality factor (the
-        "qs" parameter).</td>
+        header field. Each item can have an associated quality factor.
+        Variant description can also have a quality factor (the "qs"
+        parameter).</td>
       </tr>
 
       <tr valign="top">
         <td>Language</td>
 
         <td>Browser indicates preferences with the
-       <code>Accept-Language</code> header field. Each item can
-       have a quality factor. Variants can be associated with none,
-       one or more than one language.</td>
+        <code>Accept-Language</code> header field. Each item can have
+        a quality factor. Variants can be associated with none, one or
+        more than one language.</td>
       </tr>
 
       <tr valign="top">
         <td>Encoding</td>
 
         <td>Browser indicates preference with the
-       <code>Accept-Encoding</code> header field. Each item can have
-       a quality factor.</td>
+        <code>Accept-Encoding</code> header field. Each item can have
+        a quality factor.</td>
       </tr>
 
       <tr valign="top">
         <td>Charset</td>
 
         <td>Browser indicates preference with the
-       <code>Accept-Charset</code> header field. Each item can have a
-       quality factor. Variants can indicate a charset as a parameter
-       of the media type.</td>
+        <code>Accept-Charset</code> header field. Each item can have a
+        quality factor. Variants can indicate a charset as a parameter
+        of the media type.</td>
       </tr>
     </table>
 </section>
 
         <ol>
           <li>Multiply the quality factor from the <code>Accept</code>
-         header with the quality-of-source factor for this variants
-         media type, and select the variants with the highest
-         value.</li>
+          header with the quality-of-source factor for this variants
+          media type, and select the variants with the highest
+          value.</li>
 
           <li>Select the variants with the highest language quality
           factor.</li>
           <li>Select the variants with the best language match,
           using either the order of languages in the
           <code>Accept-Language</code> header (if present), or else
-         the order of languages in the <code>LanguagePriority</code>
-         directive (if present).</li>
+          the order of languages in the <code>LanguagePriority</code>
+          directive (if present).</li>
 
           <li>Select the variants with the highest 'level' media
           parameter (used to give the version of text/html media
           types).</li>
 
           <li>Select variants with the best charset media
-         parameters, as given on the <code>Accept-Charset</code>
-         header line.  Charset ISO-8859-1 is acceptable unless
-         explicitly excluded. Variants with a <code>text/*</code>
-         media type but not explicitly associated with a particular
-         charset are assumed to be in ISO-8859-1.</li>
+          parameters, as given on the <code>Accept-Charset</code>
+          header line.  Charset ISO-8859-1 is acceptable unless
+          explicitly excluded. Variants with a <code>text/*</code>
+          media type but not explicitly associated with a particular
+          charset are assumed to be in ISO-8859-1.</li>
 
           <li>Select those variants which have associated charset
           media parameters that are <em>not</em> ISO-8859-1. If