Changeset 2273 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 24/05/13 13:46:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2265 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p2-semantics-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 263 263 td.topnowrap { 264 264 vertical-align: top; 265 white-space: nowrap; 265 white-space: nowrap; 266 266 } 267 267 table.header td { … … 402 402 display: none; 403 403 } 404 404 405 405 a { 406 406 color: black; … … 423 423 content: leader('.') target-counter(attr(href), page); 424 424 } 425 425 426 426 ul.ind li li a { 427 427 content: target-counter(attr(href), page); 428 428 } 429 429 430 430 .print2col { 431 431 column-count: 2; … … 437 437 @page { 438 438 @top-left { 439 content: "Internet-Draft"; 440 } 439 content: "Internet-Draft"; 440 } 441 441 @top-right { 442 content: "May 2013"; 443 } 442 content: "May 2013"; 443 } 444 444 @top-center { 445 content: "HTTP/1.1 Semantics and Content"; 446 } 445 content: "HTTP/1.1 Semantics and Content"; 446 } 447 447 @bottom-left { 448 content: "Fielding & Reschke"; 449 } 448 content: "Fielding & Reschke"; 449 } 450 450 @bottom-center { 451 content: "Expires November 2 1, 2013";452 } 451 content: "Expires November 25, 2013"; 452 } 453 453 @bottom-right { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 459 459 @top-left { 460 460 content: normal; … … 489 489 <link href="p1-messaging.html" rel="prev"> 490 490 <link href="p4-conditional.html" rel="next"> 491 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">491 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 492 492 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 493 493 <meta name="dct.creator" content="Fielding, R."> 494 494 <meta name="dct.creator" content="Reschke, J. F."> 495 495 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 496 <meta name="dct.issued" scheme="ISO8601" content="2013-05-2 0">496 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 497 497 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 498 498 <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."> … … 522 522 <tr> 523 523 <td class="left">Intended status: Standards Track</td> 524 <td class="right">May 2 0, 2013</td>524 <td class="right">May 24, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: November 2 1, 2013</td>527 <td class="left">Expires: November 25, 2013</td> 528 528 <td class="right"></td> 529 529 </tr> … … 531 531 </table> 532 532 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content<br><span class="filename">draft-ietf-httpbis-p2-semantics-latest</span></p> 533 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 533 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 534 534 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information 535 535 systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, 536 536 response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms 537 537 for content negotiation. 538 </p> 539 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 538 </p> 539 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 540 540 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 541 </p> 541 </p> 542 542 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 543 </p> 543 </p> 544 544 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p2-semantics-22">Appendix E.3</a>. 545 </p> 545 </p> 546 546 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 547 547 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on November 2 1, 2013.</p>555 <p>This Internet-Draft will expire on November 25, 2013.</p> 556 556 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 557 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
Note: See TracChangeset
for help on using the changeset viewer.