At 04:46 PM 1/26/2006, Andreas Boehmer [Addictive Media] wrote:

[Add] [Edit] [Delete] Item 1
[Add] [Edit] [Delete]   - SubItem 1.1
[Add] [Edit] [Delete]     - SubItem 1.1.1
[Add] [Edit] [Delete]     - SubItem 1.1.2
[Add] [Edit] [Delete]   - SubItem 1.2
...


Andreas,

I could argue either list or table, but I'd be inclined to make it a list. I see the three editing functions being part of each list item:

<ul>
  <li>
    <dl>
      <dt>Item 1</dt>
      <dd><a href="?add=123">Add</a></dd>
      <dd><a href="?edit=123">Edit</a></dd>
      <dd><a href="?delete=123">Delete</a></dd>
    </dl>
  </li>
  ...
</ul>

This might seem taggy, but doesn't take a whole lot more markup than a table would. Nesting the ULs will also maintain the semantic structure of the complex list.

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