Hi Peter,
> A list is not a paragraph.
I feel as though it might be IN a paragraph, though. Lists can be inline
or block:
You need a) bread, b) cheese and c) walnuts to make this dish.
You need:
a) bread
b) cheese
c) walnuts
to make this dish.
Now, to me it seems that both of these are single paragraphs,
irrespective of the layout, aren't they?
Cheers,
Martin
Peter Boot wrote:
> Hi,
>
> Martin Holmes wrote:
>> What I'm not sure about is whether, in a born digital document, a list
>> or an <lg> need ever, or should ever, appear BETWEEN paragraphs.
>
> I'm not sure about a list either. But in the case of an <lg> it seems
> clear to me that it is a block level element and that there are many
> texts, born-digital or not, that have a structure like this
>
> <p> ... </p>
> <lg>
> <l> ... </l>
> ...
> </lg>
> <p> ... </p>
>
>> should the first example above actually be rewritten like this:
>>
>> <div>
>> <p>Paragraph</p>
>> <p>
>> <list>
>> <item>one</item>
>> <item>two</item>
>> </list>
>> </p>
>> <p>Paragraph</p>
>> </div>
>
> If you feel you need a block-level element around the list, shouldn't
> that be <ab>? A list is not a paragraph.
>
> Peter
|