I'd think about
<dl class="posts">
<dt><a href="permalink">title</a></dt>
<dd class="icon"></dd>
<dd class="categories"></dd>
<dd class="extract"></dd>
<dt><a href="permalink">title</a></dt>
<dd class="icon"></dd>
<dd class="categories"></dd>
<dd class="extract"></dd>
<dt><a href="permalink">title</a></dt>
<dd class="icon"></dd>
<dd class="categories"></dd>
<dd class="extract"></dd>
</dl>
You're really talking about tabular data, but you don't want it as a
table, so in practical terms that's a nuh-uh.
If it's not a list so much as the main content of a page (e.g. an
index page) I think it'd be more appropriate to go with
<div class="post">
<h2>title</h2>
<!-- info -->
</div>
<div class="post">
<h2>title</h2>
<!-- info -->
</div>
Just my thoughts,
Michael
On 2/19/07, akella <[EMAIL PROTECTED]> wrote:
What do you think is semantically better for the list of news? (or blog
posts)
is it
<div class="post"><h2>title</h2>{info}</div>
<div class="post"><h2>title</h2>{info}</div>
<div class="post"><h2>title</h2>{info}</div>
Or
<ul class="posts">
<li><h2>title</h2>{info}</li>
<li><h2>title</h2>{info}</li>
<li><h2>title</h2>{info}</li>
</ul>
Or may be something else?
Every news item has its title, image, permanent link, categories, and
excerpt,
*******************************************************************
List Guidelines:
http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe:
http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
--
http://mine.mjec.net/
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************