Changeset 1462 for draft-ietf-httpbis/latest
- Timestamp:
- 27/10/11 20:40:23 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1455 r1462 359 359 } 360 360 @bottom-center { 361 content: "Expires April 2 8, 2012";361 content: "Expires April 29, 2012"; 362 362 } 363 363 @bottom-right { … … 408 408 <meta name="dct.creator" content="Reschke, J. F."> 409 409 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 410 <meta name="dct.issued" scheme="ISO8601" content="2011-10-2 6">410 <meta name="dct.issued" scheme="ISO8601" content="2011-10-27"> 411 411 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 412 412 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 440 440 </tr> 441 441 <tr> 442 <td class="left">Expires: April 2 8, 2012</td>442 <td class="left">Expires: April 29, 2012</td> 443 443 <td class="right">HP</td> 444 444 </tr> … … 493 493 <tr> 494 494 <td class="left"></td> 495 <td class="right">October 2 6, 2011</td>495 <td class="right">October 27, 2011</td> 496 496 </tr> 497 497 </tbody> … … 526 526 in progress”. 527 527 </p> 528 <p>This Internet-Draft will expire on April 2 8, 2012.</p>528 <p>This Internet-Draft will expire on April 29, 2012.</p> 529 529 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 530 530 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 816 816 </pre><p id="rfc.section.1.2.1.p.11">Then these are valid values for example-list (not including the double quotes, which are present for delimitation only):</p> 817 817 <div id="rfc.figure.u.6"></div><pre class="text"> "foo,bar" 818 " foo ,bar," 819 " foo , ,bar,charlie " 820 "foo ,bar, charlie " 818 "foo ,bar," 819 "foo , ,bar,charlie " 821 820 </pre><p id="rfc.section.1.2.1.p.13">But these values would be invalid, as at least one non-empty element is required:</p> 822 821 <div id="rfc.figure.u.7"></div><pre class="text"> "" -
draft-ietf-httpbis/latest/p1-messaging.xml
r1455 r1462 429 429 <figure><artwork type="example"> 430 430 "foo,bar" 431 " foo ,bar," 432 " foo , ,bar,charlie " 433 "foo ,bar, charlie " 431 "foo ,bar," 432 "foo , ,bar,charlie " 434 433 </artwork></figure> 435 434 <t>
Note: See TracChangeset
for help on using the changeset viewer.