Re: [xml2rfc-dev] [Ext] RFC 7991 issue #35: <li> can't contain a block quote

Jim Schaad <ietf@augustcellars.com> Thu, 04 October 2018 02:23 UTC

Return-Path: <ietf@augustcellars.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 9D65B130DD4 for <xml2rfc-dev@ietfa.amsl.com>; Wed, 3 Oct 2018 19:23:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 u7nRSOmBw6C3 for <xml2rfc-dev@ietfa.amsl.com>; Wed, 3 Oct 2018 19:23:12 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 184D0128CFD for <xml2rfc-dev@ietf.org>; Wed, 3 Oct 2018 19:23:12 -0700 (PDT)
Received: from Jude (192.168.0.11) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Wed, 3 Oct 2018 19:18:29 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: 'Paul Hoffman' <paul.hoffman@icann.org>, 'XML Developer List' <xml2rfc-dev@ietf.org>
References: <39D3AA2F-E6C0-4648-9764-9ADE7644477E@icann.org> <EBA82C17-A4D1-4CE8-B2B2-796B6EB90223@icann.org>
In-Reply-To: <EBA82C17-A4D1-4CE8-B2B2-796B6EB90223@icann.org>
Date: Wed, 03 Oct 2018 19:23:01 -0700
Message-ID: <037401d45b89$2dc96ed0$895c4c70$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQNEzNaIx5+IXGuJ9/B6uvqJKShC+wEpTq0foiQuALA=
Content-Language: en-us
X-Originating-IP: [192.168.0.11]
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/cphfcKExc1Fy3YRSpah1bKQf3NI>
Subject: Re: [xml2rfc-dev] [Ext] RFC 7991 issue #35: <li> can't contain a block quote
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: Thu, 04 Oct 2018 02:23:14 -0000


> -----Original Message-----
> From: xml2rfc-dev <xml2rfc-dev-bounces@ietf.org> On Behalf Of Paul
> Hoffman
> Sent: Wednesday, October 3, 2018 4:21 PM
> To: XML Developer List <xml2rfc-dev@ietf.org>
> Subject: Re: [xml2rfc-dev] [Ext] RFC 7991 issue #35: <li> can't contain a
block
> quote
> 
> > The <li> element https://tools.ietf.org/html/rfc7991#section-2.29 can
contain
> quite a bit of block elements, except <blockquote> (among others I think).
Why?
> >
> > In v2 xml ones usually works around this by mimicking the layout by
abusing
> another element. Seems strange to do this here as well.
> 
> If I remember correctly, the idea was that list items are already
indented, and
> indenting blockquotes in a list item might cause weird output. In
retrospect,
> that doesn't seem like a great argument.

That would be really odd if you did "t blockquote t" as that would actually
have an indentation difference.

> 
> Does anyone still want to prohibit blockquotes in <li>?

I don't.

jim
> 
> --Paul Hoffman