|
Posted by Davιmon on 04/06/06 16:14
I keep doing this, and it just seems wrong to me.
I'll set up a page structure, or a uniform way of grouping things, using a
list For Example:
<h1>Fangorn Forest<h1>
<ol>
<li>Oak Tree</li>
<li>Ash Tree </li>
<li>Beech Tree </li>
</ol>
and then...
<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. It seems semantically wrong to have a list
of one, is there a better solution? or am I just mad?
--
DavΓ©mon
http://www.nightsoil.co.uk/
Navigation:
[Reply to this message]
|