[rfc-i] Pagination requirements

touch at isi.edu (Joe Touch) Fri, 25 May 2012 19:05 UTC

From: "touch at isi.edu"
Date: Fri, 25 May 2012 12:05:13 -0700
Subject: [rfc-i] Pagination requirements
In-Reply-To: <20120525183848.GI14046@mail.yitter.info>
References: <CBE40F66.2B029%jhildebr@cisco.com> <4FBF2C98.2060300@it.aoyama.ac.jp> <3939360A-CBD3-4211-9F15-7B965C85B8E9@isi.edu> <4FBFA12A.9000300@gmx.de> <C84C3A69-30B1-4090-B8C4-44218E548171@muada.com> <31D9507A-2270-4465-AE15-8B6244EF8622@isi.edu> <20120525183848.GI14046@mail.yitter.info>
Message-ID: <0B7E245D-367F-4E5C-81ED-A83653EB20F3@isi.edu>


On May 25, 2012, at 11:38 AM, Andrew Sullivan <ajs at anvilwalrusden.com> wrote:

> On Fri, May 25, 2012 at 08:51:24AM -0700, Joe Touch wrote:
>> 
>> It's the difference between:
>> 
>> <h2>Heading 2</H2>
>> <p>This is one paragraph</p>
>> <p>This is another</p>
>> 
>> and
>> 
>> <section>
>> <h2>Heading 2</H2>
>> <p>This is one paragraph</p>
>> <p>This is another</p>
>> </section>
>> 
> 
> How does the former of these ensure that heading numbering is made
> correct?  That is, if I do
> 
>    <section>
>    <h2>heading</h2>
>    <p>para here</p>
>        <section>
>        <h2>heading</h2>
>        <p>para</p>
>        </section>
>    </section>
> 
> it seems to me I should get something like
> 
>    N.  heading
> 
>    para here
> 
>    N.1 heading
> 
>    para
> 
> 
> I don't see how you'd guarantee that using a form without containment,

Use h3 for the second heading.  

Nested containment levels rad needed only when the heading labels are unspecified. 

Joe

> because it seems to me that the right numbering for an uncontained
> format is ambiguous
> 
> Best,
> 
> A
> 
> -- 
> Andrew Sullivan
> ajs at anvilwalrusden.com
> _______________________________________________
> rfc-interest mailing list
> rfc-interest at rfc-editor.org
> https://www.rfc-editor.org/mailman/listinfo/rfc-interest