Re: [xml2rfc-dev] [v3] Please help review v3 files

Henrik Levkowetz <henrik@levkowetz.com> Tue, 06 August 2019 21:03 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: xml2rfc-dev@ietfa.amsl.com
Delivered-To: xml2rfc-dev@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CEF47120033 for <xml2rfc-dev@ietfa.amsl.com>; Tue, 6 Aug 2019 14:03:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
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 uQM7_7LpUmiF for <xml2rfc-dev@ietfa.amsl.com>; Tue, 6 Aug 2019 14:03:15 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7E01C12008B for <xml2rfc-dev@ietf.org>; Tue, 6 Aug 2019 14:03:15 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:61511 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1hv6by-0002v6-Rn; Tue, 06 Aug 2019 14:03:15 -0700
To: Sandy Ginoza <sginoza@amsl.com>, xml2rfc-dev@ietf.org
References: <6D7CF9A5-F8FA-4D78-9001-ADC7CD0B2A36@amsl.com> <6AFC0271-060C-4A2F-84EE-CB40DD328039@amsl.com>
Cc: RFC Editor <rfc-editor@rfc-editor.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <20c39303-312c-bb75-338a-6e46f69bba9e@levkowetz.com>
Date: Tue, 06 Aug 2019 23:03:06 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <6AFC0271-060C-4A2F-84EE-CB40DD328039@amsl.com>
Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="fUkxMTu7jEp7BLkKjUES3tfRG6xHiV3w5"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: rfc-editor@rfc-editor.org, xml2rfc-dev@ietf.org, sginoza@amsl.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/vYT5SdHnruUzvycLCbb6GAWOoXM>
Subject: Re: [xml2rfc-dev] [v3] Please help review v3 files
X-BeenThere: xml2rfc-dev@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Discussion about particulars of xml2rfc V3 design, development and code." <xml2rfc-dev.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc-dev/>
List-Post: <mailto:xml2rfc-dev@ietf.org>
List-Help: <mailto:xml2rfc-dev-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Aug 2019 21:03:17 -0000

Hi Sandy, Martin,

On 2019-08-02 22:05, Sandy Ginoza wrote:
>> I see that there is a blank line for a pilcrow for all figures
>> without captions.  This might be fixed with styling, but I haven't
>> done that yet as it changes the width of those images.

> I’ll ask Henrik about this one.

> I thought I could get rid of the pilcrows using the same fix as fig
> 3; it didn't work.

These figures are plain artwork.  I've tested adding this CSS after the
a.pilcrow {} stanza:

  .artwork .pilcrow {
    float: right;
  }

and moving the pilcrow up before the <pre>; that gives a pilcrow to the
right of the artwork, without reducing the artwork width.  Would that
work for you?


Regards,

	Henrik