|
Posted by Barbara de Zoete on 04/06/06 17:38
[ Cross posted to alt.html; F'up set to alt.html ]
On Thu, 06 Apr 2006 16:32:33 +0200, Barbara de Zoete
<trashbin@pretletters.net> wrote:
> On Thu, 06 Apr 2006 15:14:53 +0200, Davémon <"davémon"@nospam.com> wrote:
>
>> <h1>Fangorn Forest<h1>
>> <ol>
>> <li>Oak Tree</li>
>> <li>Ash Tree </li>
>> <li>Beech Tree </li>
>> </ol>
>>
>> <h1>Lothlorien Wood</h1>
>> <ol>
>> <li>Mallorn Tree</li>
>> <ol>
>> As you can see, there is only one object in the second list,
>> so it isn't really a list, but it's the same type of information
>> as the other list, so makes sense to mark it up the same, and it
>> /could/ be a list in the future, if someone planted more trees.
>
> What you describe, seems to be a list item to me. And you can't use a
> list item outside a list. But indeed a list of one item seems odd.
> Couldn't you use:
>
> <ul>
> <li>Fangorn Forest
> <ol>
> <li>Oak Tree</li>
> <li>Ash Tree </li>
> <li>Beech Tree </li>
> </ol>
> </li>
> <li>Lothlorien Wood
> <ol start="1">
> <li>Mallorn Tree</li>
> </ol>
> </li>
> </ul>
>
> That way the list item and the one-list-item-list it is part of, is part
> of a larger, proper list.
>
> Additionally you would use css to style the list items of the first
> level to look like headings (or you could indeed mark them up as
> headings).
Davémon,
Couldn't you have set a proper notice that you crossposted and set a
follow up to another group than alt.html? And why choose
alt.design.graphics to follow up to? This is definately a markup issue and
has nothing to do with adg.
Had I noticed sooner that you set a follow up, I wouldn't have posted a
reply or would have removed that upappropriate group altogehter.
--
______PretLetters:
| weblog | http://www.pretletters.net/weblog/weblog.html |
| webontwerp | http://www.pretletters.net/html/webontwerp.html |
|zweefvliegen | http://www.pretletters.net/html/vliegen.html |
[Back to original message]
|