Welcome Guest, Not a member yet? Register   Sign In
Looking for ways to display forms within HTML elements
#12

[eluser]beemr[/eluser]
Actually, a DL doesn't need to have more than one pair of DT/DD to be meaningful. The DL spec is very flexible, giving the affordance for a term pairing to include more than one definition or more than one term. eg.:
Code:
<dl>
<dt>Death</dt>
<dt>Taxes</dt>
<dd>Sure things in life.</dd>
<dd>Government services</dd>
</dl>

Think of it more as a UL with two ways of presenting its items. You could even argue that encasing each pairing in a DL is even more semantically meaningful, especially as far as DOM operations are concerned.

Consider the semantics of most forms. Aren't they just definition lists for which the user must provide the definitions?


Messages In This Thread
Looking for ways to display forms within HTML elements - by El Forum - 08-09-2008, 11:53 AM
Looking for ways to display forms within HTML elements - by El Forum - 08-09-2008, 02:48 PM
Looking for ways to display forms within HTML elements - by El Forum - 08-09-2008, 02:56 PM
Looking for ways to display forms within HTML elements - by El Forum - 08-09-2008, 03:01 PM
Looking for ways to display forms within HTML elements - by El Forum - 08-21-2008, 11:58 AM
Looking for ways to display forms within HTML elements - by El Forum - 08-21-2008, 02:06 PM
Looking for ways to display forms within HTML elements - by El Forum - 08-21-2008, 03:13 PM
Looking for ways to display forms within HTML elements - by El Forum - 08-21-2008, 03:26 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-11-2008, 02:50 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-11-2008, 03:32 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-11-2008, 08:18 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-11-2008, 09:35 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-18-2008, 12:50 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-18-2008, 02:23 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-18-2008, 02:30 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-18-2008, 08:24 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-19-2008, 02:04 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-19-2008, 02:42 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-20-2008, 11:57 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 03:31 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 12:20 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 12:25 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 12:39 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 12:49 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 12:55 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 06:19 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 07:01 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-21-2008, 10:21 PM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 09:08 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 09:37 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 10:01 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 10:18 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 10:31 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 10:58 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 11:18 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 11:26 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 11:34 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 11:38 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 11:49 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 11:53 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 11:58 AM
Looking for ways to display forms within HTML elements - by El Forum - 09-22-2008, 12:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB