diff options
author | Jason S. Lingohr <jsl@apache.org> | 2003-09-19 12:22:58 +0000 |
---|---|---|
committer | Jason S. Lingohr <jsl@apache.org> | 2003-09-19 12:22:58 +0000 |
commit | 60a4e231a7ecbb0b2938e07f8d306218ba014be6 (patch) | |
tree | 5332442279cef9866c5b2b2373e9c78082273618 /docs/manual/content-negotiation.xml | |
parent | 1694ed909d339128068f4938a53eaf2c14e9ad90 (diff) | |
download | httpd-60a4e231a7ecbb0b2938e07f8d306218ba014be6.tar.gz |
Silly me and my tabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/content-negotiation.xml')
-rw-r--r-- | docs/manual/content-negotiation.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index 098bc0c7a5..07f5e07ca1 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -256,35 +256,35 @@ <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> @@ -312,9 +312,9 @@ <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> @@ -322,19 +322,19 @@ <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 |