Changeset 1199
- Timestamp:
- 17/03/11 13:30:21 (11 years ago)
- Location:
- draft-ietf-httpbis-content-disp/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.html
r1198 r1199 752 752 <h2 id="rfc.references.2"><a href="#rfc.section.10.2" id="rfc.section.10.2">10.2</a> Informative References 753 753 </h2> 754 <table> 754 <table> 755 755 <tr> 756 756 <td class="reference"><b id="RFC2046">[RFC2046]</b></td> … … 787 787 <td class="top"><a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R.</a>, and <a href="mailto:LMM@acm.org" title="Adobe Systems Incorporated">L. Masinter</a>, “<a href="http://tools.ietf.org/html/rfc3986">Uniform Resource Identifier (URI): Generic Syntax</a>”, STD 66, RFC 3986, January 2005. 788 788 </td> 789 </tr> 790 <tr> 791 <td class="reference"><b id="US-ASCII">[US-ASCII]</b></td> 792 <td class="top">American National Standards Institute, “Coded Character Set -- 7-bit American Standard Code for Information Interchange”, ANSI X3.4, 1986.</td> 789 793 </tr> 790 794 </table> … … 921 925 <p id="rfc.section.D.p.2"> </p> 922 926 <ul> 923 <li>Include a "filename" parameter when US-ASCII is sufficiently expressive.</li> 927 <li>Include a "filename" parameter when US-ASCII (<a href="#US-ASCII" id="rfc.xref.US-ASCII.1"><cite title="Coded Character Set -- 7-bit American Standard Code for Information Interchange">[US-ASCII]</cite></a>) is sufficiently expressive. 928 </li> 924 929 <li>Use the 'token' form of the filename parameter only when it does not contain disallowed characters (e.g., spaces); in such 925 930 cases, the quoted-string form should be used. … … 1036 1041 <p id="rfc.section.E.13.p.1">Update: Internet Explorer 9 is released. Various editorial improvements.</p> 1037 1042 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1038 <p class="noprint"><a href="#rfc.index.C">C</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.R">R</a> 1043 <p class="noprint"><a href="#rfc.index.C">C</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.U">U</a> 1039 1044 </p> 1040 1045 <div class="print2col"> … … 1093 1098 </ul> 1094 1099 </li> 1100 <li><a id="rfc.index.U" href="#rfc.index.U"><b>U</b></a><ul> 1101 <li><em>US-ASCII</em> <a href="#US-ASCII"><b>10.2</b></a>, <a href="#rfc.xref.US-ASCII.1">D</a></li> 1102 </ul> 1103 </li> 1095 1104 </ul> 1096 1105 </div> -
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml
r1198 r1199 667 667 </reference> 668 668 669 <reference anchor="US-ASCII"> 670 <front> 671 <title>Coded Character Set -- 7-bit American Standard Code for Information Interchange</title> 672 <author> 673 <organization>American National Standards Institute</organization> 674 </author> 675 <date year="1986"/> 676 </front> 677 <seriesInfo name="ANSI" value="X3.4"/> 678 </reference> 679 669 680 </references> 670 681 … … 851 862 <t> 852 863 <list style="symbols"> 853 <t>Include a "filename" parameter when US-ASCII is sufficiently864 <t>Include a "filename" parameter when US-ASCII (<xref target="US-ASCII"/>) is sufficiently 854 865 expressive.</t> 855 866 <t>Use the 'token' form of the filename parameter only when it does not
Note: See TracChangeset
for help on using the changeset viewer.