Changeset 351 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 12/11/08 22:51:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r349 r351 510 510 <x:ref>LWS</x:ref> = [<x:ref>CRLF</x:ref>] 1*( <x:ref>SP</x:ref> / <x:ref>HTAB</x:ref> ) 511 511 </artwork></figure> 512 <t anchor="rule.whitespace"> 513 <x:anchor-alias value="BWS"/> 514 <x:anchor-alias value="OWS"/> 515 <x:anchor-alias value="RWS"/> 516 <x:anchor-alias value="obs-fold"/> 517 <cref>Add prose introducing the different kinds of WS.</cref> 518 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="OWS"/><iref primary="true" item="Grammar" subitem="RWS"/><iref primary="true" item="Grammar" subitem="BWS"/> 519 <x:ref>OWS</x:ref> = 1*( [ obs-fold ] <x:ref>WSP</x:ref> ) 520 ; "optional" white space 521 <x:ref>RWS</x:ref> = 1*( [ obs-fold ] <x:ref>WSP</x:ref> ) 522 ; "required" white space 523 <x:ref>BWS</x:ref> = <x:ref>OWS</x:ref> 524 ; "bad" white space 525 <x:ref>obs-fold</x:ref> = <x:ref>CRLF</x:ref> 526 ; <cref>to be explained: do not produce</cref> 527 </artwork></figure> 528 </t> 512 529 <t anchor="rule.TEXT"> 513 530 <x:anchor-alias value="TEXT"/> … … 4623 4640 Only reference RFC 5234's core rules. 4624 4641 </t> 4642 <t> 4643 Introduce new ABNF rules for "bad" whitespace ("BWS"), optional 4644 whitespace ("OWS") and required whitespace ("RWS"), but do not use 4645 them yet. 4646 </t> 4625 4647 </list> 4626 4648 </t>
Note: See TracChangeset
for help on using the changeset viewer.