Changeset 2540 for draft-ietf-httpbis
- Timestamp:
- 07/01/14 11:13:44 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2539 r2540 448 448 } 449 449 @bottom-center { 450 content: "Expires July 1 0, 2014";450 content: "Expires July 11, 2014"; 451 451 } 452 452 @bottom-right { … … 493 493 <meta name="dct.creator" content="Reschke, J. F."> 494 494 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 495 <meta name="dct.issued" scheme="ISO8601" content="2014-01-0 6">495 <meta name="dct.issued" scheme="ISO8601" content="2014-01-07"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 497 497 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 521 521 <tr> 522 522 <td class="left">Intended status: Standards Track</td> 523 <td class="right">January 6, 2014</td>523 <td class="right">January 7, 2014</td> 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: July 1 0, 2014</td>526 <td class="left">Expires: July 11, 2014</td> 527 527 <td class="right"></td> 528 528 </tr> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on July 1 0, 2014.</p>555 <p>This Internet-Draft will expire on July 11, 2014.</p> 556 556 </div> 557 557 <div id="rfc.copyrightnotice"> … … 2132 2132 </p> 2133 2133 <p id="rfc.section.5.3.5.p.10">Since intelligibility is highly dependent on the individual user, user agents need to allow user control over the linguistic 2134 preference. A user agent that does not provide such control to the user <em class="bcp14">MUST NOT</em> send an Accept-Language header field. 2134 preference (either through configuration of the user agent itself, or by defaulting to a user controllable system setting). 2135 A user agent that does not provide such control to the user <em class="bcp14">MUST NOT</em> send an Accept-Language header field. 2135 2136 </p> 2136 2137 <div class="note" id="rfc.section.5.3.5.p.11"> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2539 r2540 2384 2384 </t> 2385 2385 <t> 2386 Since intelligibility is highly dependent on the individual user, 2387 user agents need to allow user control over the linguistic preference. 2386 Since intelligibility is highly dependent on the individual user, user 2387 agents need to allow user control over the linguistic preference (either 2388 through configuration of the user agent itself, or by defaulting to a user 2389 controllable system setting). 2388 2390 A user agent that does not provide such control to the user &MUST-NOT; 2389 2391 send an Accept-Language header field.
Note: See TracChangeset
for help on using the changeset viewer.