At 05:37 PM 1/27/2005, Rene Saarsoo wrote:
Why not use a definition list:

<dl>
  <dt>Heading</dt>
  <dd>
    <ul>
    <li>item1</li>
    <li>item2</li>
    <li>item3</li>
    </ul>
  </dd>
</dl>

Using some Hx for list heading when there actually doesn't exist a level
for that heading doesn't make much sense... just pollutes the site with
strange headings imho.


Or, for that matter:

<dl>
  <dt>Heading</dt>
  <dd>item1</dd>
  <dd>item2</dd>
  <dd>item3</dd>
</dl>

Rene, I don't quite understand your comment about heading level. How can you know that the list heading isn't a valid level without seeing its context in the page?

Regards,
Paul



****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to