[netmod] artwork folding: dual support modes?

Kent Watsen <kent+ietf@watsen.net> Mon, 25 February 2019 22:21 UTC

Return-Path: <0100016926bfd7ac-333fc4ef-98a8-4dc4-98a2-1b3414b35e24-000000@amazonses.watsen.net>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B9AE4131112 for <netmod@ietfa.amsl.com>; Mon, 25 Feb 2019 14:21:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zdkkq4KKtqqr for <netmod@ietfa.amsl.com>; Mon, 25 Feb 2019 14:21:42 -0800 (PST)
Received: from a8-88.smtp-out.amazonses.com (a8-88.smtp-out.amazonses.com [54.240.8.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D935813113E for <netmod@ietf.org>; Mon, 25 Feb 2019 14:21:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ug7nbtf4gccmlpwj322ax3p6ow6yfsug; d=amazonses.com; t=1551133300; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To:Feedback-ID; bh=osZ0SPuh1OPDOSo4sI3cuUsCQ227IJCaLO2nEZvKYUw=; b=dp8P/+Y4mvxXw/p0jFFzKM5xKR3K82P9NgKAA8uE65FxY2ImYgNhYkOJONsTnFFG eWQEPpr5csT3ql8ETsrtieh2COibNCVERiEbmvJuer63owwV9V9jUhb5fkx4N6lyA/A 9il0wvCSWiXFKnhIYHWR4Iv+ixy+wAgeu6BQdgG0=
From: Kent Watsen <kent+ietf@watsen.net>
Content-Type: multipart/alternative; boundary="Apple-Mail=_B5C70942-29B6-420A-A7A1-6AB6D822B392"
Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\))
Message-ID: <0100016926bfd7ac-333fc4ef-98a8-4dc4-98a2-1b3414b35e24-000000@email.amazonses.com>
Date: Mon, 25 Feb 2019 22:21:40 +0000
To: netmod@ietf.org
X-Mailer: Apple Mail (2.3445.102.3)
X-SES-Outgoing: 2019.02.25-54.240.8.88
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/b7i-70BgLx-lQ8ApVofEzqRfVVk>
Subject: [netmod] artwork folding: dual support modes?
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Feb 2019 22:21:49 -0000

I had a chat with the tools team recently and, in the course of things, it was implied
that the double backslash approach we have now was both surprising and non-intuitive. 

This got me thinking that we may have thrown the proverbial baby out with the bathwater.
That is, currently we have a header that reads:

  NOTE: '\\' line wrapping per BCP XX (RFC XXXX)

So why not *also* support a header that reads (note the singe slash):

  NOTE: '\' line wrapping per BCP XX (RFC XXXX)

Whereby this second form only supports the folded line continuing on column 1 (no indents).

Thoughts?

Kent // contributor