On Tue, Oct 11, 2016 at 11:51 AM, Julian Reschke <julian.reschke@gmx.de>
wrote:
> On 2016-10-11 11:44, Mike West wrote:
>
>> ...
>> I made this change because of a lint warning that the `sane-cookie-date`
>> definition in the same block was too long. What's a reasonable way of
>> marking both of these up consistently without overflowing the allotted
>> width?
>> ...
>>
>
> This:
>
> -sane-cookie-date = rfc1123-date
>> - ; defined in [RFC2616], Section 3.3.1
>> +sane-cookie-date =
>> + <rfc1123-date, defined in [RFC2616], Section 3.3.1>
>>
>
SGTM, thanks.
What about `domain-value` below: should we change that to something like
`<subdomain, defined in ...>` as well? It doesn't look like line-breaks are
valid inside `<...>`, so maybe the comments are the right option?
-mike