Changeset 1552 for draft-ietf-httpbis-method-registrations/latest
- Timestamp:
- 29/02/12 23:02:19 (10 years ago)
- Location:
- draft-ietf-httpbis-method-registrations/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-method-registrations/latest/draft-ietf-httpbis-method-registrations.html
r1522 r1552 11 11 function init() { 12 12 var fb = document.createElement("div"); 13 fb. setAttribute("class", "feedback");13 fb.className = "feedback noprint"; 14 14 fb.setAttribute("onclick", "feedback();"); 15 15 fb.appendChild(document.createTextNode("feedback")); … … 66 66 // section 67 67 var section = node.textContent; 68 section = section.replace("\u00a0", " "); 68 69 69 70 // build URI from template … … 73 74 74 75 var button = document.createElement("a"); 75 button. setAttribute("class", "fbbutton");76 button.className = "fbbutton noprint"; 76 77 button.setAttribute("href", uri); 77 78 button.appendChild(document.createTextNode("send feedback")); … … 82 83 for (var i = 0; i < buttons.length; i++) { 83 84 var b = buttons.item(i); 84 if (b. getAttribute("class") == "fbbutton") {85 if (b.className == "fbbutton noprint") { 85 86 node.removeChild(b); 86 87 } … … 410 411 .print2col { 411 412 column-count: 2; 413 -moz-column-count: 2; 412 414 column-fill: auto; 413 415 } … … 419 421 } 420 422 @top-right { 421 content: " February2012";423 content: "March 2012"; 422 424 } 423 425 @top-center { … … 428 430 } 429 431 @bottom-center { 430 content: "Expires August 4,2012";432 content: "Expires September 2012"; 431 433 } 432 434 @bottom-right { … … 455 457 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 456 458 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 457 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.5 64, 2012-01-28 14:56:56, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">459 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.570, 2012-02-13 19:17:35, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 458 460 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 459 461 <meta name="dct.creator" content="Reschke, J. F."> 460 462 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-latest"> 461 <meta name="dct.issued" scheme="ISO8601" content="2012-0 2-01">463 <meta name="dct.issued" scheme="ISO8601" content="2012-03"> 462 464 <meta name="dct.abstract" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established."> 463 465 <meta name="description" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established."> … … 476 478 <tr> 477 479 <td class="left">Intended status: Informational</td> 478 <td class="right"> February 1,2012</td>480 <td class="right">March 2012</td> 479 481 </tr> 480 482 <tr> 481 <td class="left">Expires: August 4,2012</td>483 <td class="left">Expires: September 2012</td> 482 484 <td class="right"></td> 483 485 </tr> … … 506 508 in progress”. 507 509 </p> 508 <p>This Internet-Draft will expire on August 4,2012.</p>510 <p>This Internet-Draft will expire in September 2012.</p> 509 511 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 510 512 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis-method-registrations/latest/draft-ietf-httpbis-method-registrations.xml
r1522 r1552 42 42 </author> 43 43 44 <date month=" February" year="2012"/>44 <date month="March" year="2012"/> 45 45 <workgroup>HTTPbis Working Group</workgroup> 46 46
Note: See TracChangeset
for help on using the changeset viewer.