[rfc-i] Pagination requirements
Andrew Sullivan
ajs at anvilwalrusden.com
Fri May 25 11:38:48 PDT 2012
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,
because it seems to me that the right numbering for an uncontained
format is ambiguous.
Best,
A
--
Andrew Sullivan
ajs at anvilwalrusden.com
More information about the rfc-interest
mailing list