Changeset 1336 for wg_materials/ietf81
- Timestamp:
- 19/07/11 08:55:47 (12 years ago)
- Location:
- wg_materials/ietf81
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wg_materials/ietf81/ietf-81-header-field-parsing.xhtml
r1334 r1336 95 95 <li>Whitespace sometimes allowed, sometimes not.</li> 96 96 <li>Lots of confused parsers.</li> 97 <li>Single quote <em>is</em> used in <tt>token</tt> values .</li>97 <li>Single quote <em>is</em> used in <tt>token</tt> values, thus is <em>not</em> available for quoting.</li> 98 98 <li>Definitions special-case the right hand side for individual parameter names, generic 99 99 parsers can't do that (example: <a href="http://greenbytes.de/tech/webdav/rfc5988.html#rfc.section.5">RFC 5988</a> disallows token form for <tt>title</tt>, uses … … 106 106 <li>Make existing syntax more consistent where we can (fix mistakes where possible, discourage generating useless whitespace, require 107 107 recipients to deal with it nevertheless)</li> 108 <li>Encourage authors of new header fields to re-use existing syntax.</li> 109 <li><em>Force</em> them to think about extensibility.</li> 108 <li>Encourage authors of new header fields to re-use existing syntax and to think about extensibility.</li> 110 109 </ul> 111 110
Note: See TracChangeset
for help on using the changeset viewer.