E-mail List Archives
Re: Forms as lists
From: Dean Hamack
Date: Sep 2, 2010 8:12AM
- Next message: Jared Smith: "Re: Forms as lists"
- Previous message: Andrew Kirkpatrick: "Re: Forms as lists"
- Next message in Thread: Jared Smith: "Re: Forms as lists"
- Previous message in Thread: Andrew Kirkpatrick: "Re: Forms as lists"
- View all messages in this Thread
This has been an interesting discussion. I'm in the process of completely
redesigning the cars.com mobile website, which is primarily just a bunch of
forms, and I've been marking the elements up in lists. After reading this, I
think I'll reconsider doing so.
Let's take this one step further: should a group of links (such as "home",
"about", and "contact") be grouped in an unordered list?
Additionally, I've been grouping the result of forms in definition lists,
like so:
<dl>
<dt>Name:</dt>
<dd>Dean</dd>
<dt>Email:</dt>
<dd> <EMAIL REMOVED> </dd>
<dl>
Is this also completely unnecessary? Would it be better to put each <dt> and
<dd> in an unordered list item?
Dean Hamack
- Next message: Jared Smith: "Re: Forms as lists"
- Previous message: Andrew Kirkpatrick: "Re: Forms as lists"
- Next message in Thread: Jared Smith: "Re: Forms as lists"
- Previous message in Thread: Andrew Kirkpatrick: "Re: Forms as lists"
- View all messages in this Thread