Changeset 1104 for draft-ietf-httpbis-content-disp
- Timestamp:
- 04/02/11 09:03:28 (12 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
r1103 r1104 365 365 } 366 366 @bottom-center { 367 content: "Expires August 5, 2011";367 content: "Expires August 8, 2011"; 368 368 } 369 369 @bottom-right { … … 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-content-disp-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2011-02-0 1">406 <meta name="dct.issued" scheme="ISO8601" content="2011-02-04"> 407 407 <meta name="dct.abstract" content="HTTP/1.1 defines the Content-Disposition response header field, but points out that it is not part of the HTTP/1.1 Standard. This specification takes over the definition and registration of Content-Disposition, as used in HTTP, and clarifies internationalization aspects."> 408 408 <meta name="description" content="HTTP/1.1 defines the Content-Disposition response header field, but points out that it is not part of the HTTP/1.1 Standard. This specification takes over the definition and registration of Content-Disposition, as used in HTTP, and clarifies internationalization aspects."> … … 422 422 <td class="left">Updates: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 423 423 </td> 424 <td class="right">February 1, 2011</td>424 <td class="right">February 4, 2011</td> 425 425 </tr> 426 426 <tr> … … 429 429 </tr> 430 430 <tr> 431 <td class="left">Expires: August 5, 2011</td>431 <td class="left">Expires: August 8, 2011</td> 432 432 <td class="right"></td> 433 433 </tr> … … 458 458 in progress”. 459 459 </p> 460 <p>This Internet-Draft will expire on August 5, 2011.</p>460 <p>This Internet-Draft will expire on August 8, 2011.</p> 461 461 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 462 462 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 843 843 <tr> 844 844 <td class="left">Chrome</td> 845 <td class="left"> no (*)</td>845 <td class="left">yes</td> 846 846 <td class="left">yes</td> 847 847 <td class="left">yes</td> … … 850 850 <tr> 851 851 <td class="left">Firefox</td> 852 <td class="left">yes (* *)</td>852 <td class="left">yes (*)</td> 853 853 <td class="left">yes</td> 854 854 <td class="left">no</td> … … 886 886 </table> 887 887 </div> 888 <p id="rfc.section.C.4.p.3">(*) But currently being implemented.</p> 889 <p id="rfc.section.C.4.p.4">(**) Does not implement the fallback behavior to "filename" described in <a href="#disposition.parameter.filename" title="Disposition Parameter: 'Filename'">Section 3.3</a>. 888 <p id="rfc.section.C.4.p.3">(*) Does not implement the fallback behavior to "filename" described in <a href="#disposition.parameter.filename" title="Disposition Parameter: 'Filename'">Section 3.3</a>. 890 889 </p> 891 890 <h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> … … 945 944 </ul> 946 945 <h2 id="rfc.section.D.9"><a href="#rfc.section.D.9">D.9</a> <a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-content-disp-04</a></h2> 947 <p id="rfc.section.D.9.p.1"> No non-editorial changes yet.</p>946 <p id="rfc.section.D.9.p.1">Updated implementation information (Chrome 9 implements RFC 5987).</p> 948 947 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 949 948 <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> -
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml
r1103 r1104 759 759 760 760 <c>Chrome</c> 761 <c>no (*)</c>762 761 <c>yes</c> 763 762 <c>yes</c> 764 763 <c>yes</c> 764 <c>yes</c> 765 765 766 766 <c>Firefox</c> 767 <c>yes (* *)</c>767 <c>yes (*)</c> 768 768 <c>yes</c> 769 769 <c>no</c> … … 796 796 797 797 <t> 798 (*) But currently being implemented. 799 </t> 800 <t> 801 (**) Does not implement the fallback behavior to "filename" described in 798 (*) Does not implement the fallback behavior to "filename" described in 802 799 <xref target="disposition.parameter.filename"/>. 803 800 </t> … … 927 924 <section title="Since draft-ietf-httpbis-content-disp-04" anchor="changes.since.04"> 928 925 <t> 929 No non-editorial changes yet.926 Updated implementation information (Chrome 9 implements RFC 5987). 930 927 </t> 931 928 </section>
Note: See TracChangeset
for help on using the changeset viewer.