Changeset 1244 for draft-ietf-httpbis/latest
- Timestamp:
- 30/03/11 15:23:24 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.html
r1240 r1244 1068 1068 to a given type, the most specific reference has precedence. For example, 1069 1069 </p> 1070 <div id="rfc.figure.u.13"></div><pre class="text"> Accept: text/*, text/ html, text/html;level=1, */*1070 <div id="rfc.figure.u.13"></div><pre class="text"> Accept: text/*, text/plain, text/plain;format=flowed, */* 1071 1071 </pre><p id="rfc.section.6.1.p.15">have the following precedence: </p> 1072 1072 <ol> 1073 <li>text/ html;level=1</li>1074 <li>text/ html</li>1073 <li>text/plain;format=flowed</li> 1074 <li>text/plain</li> 1075 1075 <li>text/*</li> 1076 1076 <li>*/*</li> … … 2044 2044 </li> 2045 2045 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/276">http://tools.ietf.org/wg/httpbis/trac/ticket/276</a>>: "untangle ABNFs for header fields" 2046 </li> 2047 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/281">http://tools.ietf.org/wg/httpbis/trac/ticket/281</a>>: "confusing undefined parameter in media range example" 2046 2048 </li> 2047 2049 </ul> -
draft-ietf-httpbis/latest/p3-payload.xml
r1240 r1244 994 994 </t> 995 995 <figure><artwork type="example"> 996 Accept: text/*, text/ html, text/html;level=1, */*996 Accept: text/*, text/plain, text/plain;format=flowed, */* 997 997 </artwork></figure> 998 998 <t> 999 999 have the following precedence: 1000 1000 <list style="numbers"> 1001 <t>text/ html;level=1</t>1002 <t>text/ html</t>1001 <t>text/plain;format=flowed</t> 1002 <t>text/plain</t> 1003 1003 <t>text/*</t> 1004 1004 <t>*/*</t> … … 3049 3049 "untangle ABNFs for header fields" 3050 3050 </t> 3051 <t> 3052 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/281"/>: 3053 "confusing undefined parameter in media range example" 3054 </t> 3051 3055 </list> 3052 3056 </t>
Note: See TracChangeset
for help on using the changeset viewer.