Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Mark-up of summary information

Reply
Thread Tools

Mark-up of summary information

 
 
emma.sax@gmail.com
Guest
Posts: n/a
 
      09-14-2006
Hi All,

I need to figure out whether the following information is best
displayed in a table or as a definition list - it is displayed as a
summary to show what the user has inputted previously and whether they
want to make any changes:

Title Miss
First E
Surname Accessible
DOB 19/05/1979
Address Somewhere nice
Email

It's coming straight from a table of data, but is also obvious pairings
of information (but I realise that "Miss" is not a definition of
"Title" - but definition lists have become somewhat standard for
pairings)

So which is best way to mark-up this information?

Thanks

M

 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      09-14-2006
wrote:

> I need to figure out whether the following information is best
> displayed in a table or as a definition list - it is displayed as a
> summary to show what the user has inputted previously and whether they
> want to make any changes:
>
> Title Miss
> First E
> Surname Accessible
> DOB 19/05/1979
> Address Somewhere nice
> Email


This sounds like echoing user input, not a summary. Anyway, it's rather
naturally tabular data. It's nowhere near a definition list, except to those
who treat <dl> as meaning just a collection of pairs. (You do not _define_
the terms "title", "first", etc. at all; instead you assume that the reader
already knows what there words mean.)

On the practical side, you surely want them to appear in tabular layout. So
why would you refrain from using <table> markup for tabular data and then
try to figure out some way to make it appear as tabulated?

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

 
Reply With Quote
 
 
 
 
emma.sax@gmail.com
Guest
Posts: n/a
 
      09-14-2006
Jukka K. Korpela wrote:

> Anyway, it's rather naturally tabular data.
> It's nowhere near a definition list, except to those
> who treat <dl> as meaning just a collection of pairs.


Yep, thanks - that's what I thought. Just needed to hear it from
someone else!

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a gem or code to retrieve file Summary information with Ruby /Windows John Ruby 1 05-15-2010 01:42 AM
More Information than just IIS Log Information subrato ASP .Net 8 03-14-2006 09:59 PM
Word: Retrieving summary information via command line. Alex Vinokur Computer Support 0 03-23-2005 12:18 PM
strange information from asp.net trace / getting performance information using WebRequest and StreamReader z. f. ASP .Net 0 02-03-2005 11:23 AM
File system object in to get Properties --> Summary information ASP .Net 0 11-03-2003 06:24 PM



Advertisments