Re: DOCBOOK: What are the semantics of list number continuation?

From
Mike Sangrey <>
Date
2000-02-02T14:45:44+00:00
ID
Thread
Re: DOCBOOK: What are the semantics of list number continuation?
 said:
> Given the following structure
> <orderedlist id="list1">
>   <listitem>...</listitem>
>   <listitem>...</listitem>
>   <listitem>...</listitem>
>   <listitem>...</listitem>
>   <listitem>
>     <orderedlist id="list2">
>       <listitem>...</listitem>
>       <listitem>...</listitem>
>     </orderedlist>
>   </listitem> </orderedlist>
> <orderedlist id="list3" continuation="continues">
>   <listitem id="citem">...</listitem>
>   <listitem>...</listitem> </orderedlist>
> What is the proper value for the numeration of listitem "citem"?
> The answer hinges on the semantics of continuation, but the
> documentation is, um, insufficiently precise:

>   If Continuation is specified, it indicates how list numbering
>   should begin relative to the immediately preceding list.

> The question is, what is the immediately preceding list? My first
> reaction is that I want the answer to be "5", but I think it has to be
> "3", and I think that answer is justifiable: the immediately preceding
> list is "list2". 

Your going to want to be able to do both.  The rub is that "5" is far more 
intuitive than "3" unless "3" is more intuitive than "5".  If you get my drift.

So, I have a suggestion which you can consider as from the "clueless."

What about
   <orderedlist id="list3" continuation="list2">
or
   <orderedlist id="list3" continuation="continues" continuedlistid="list2">

-- 
Mike Sangrey

Landisburg, Pa.
       There is no 'do' in faith, everywhere present within it is 'done'.