Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / January 2006

Tip: Looking for answers? Try searching our database.

VS irony...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
darrel - 12 Jan 2006 21:27 GMT
VS rightfully points out that this is invalid:

<dt>hello
<dd>how are you></dd>

As you can't nest a DD inside a DT.

Yet VS feels that it is necessary to automatically delete all of my </dt>
tags for me when I try to fix this.

UGH.

-Darrel
Scott M. - 12 Jan 2006 22:54 GMT
Wow!  Haven't seen definition tables ( <dt> ) used in years.  CSS?

> VS rightfully points out that this is invalid:
>
[quoted text clipped - 9 lines]
>
> -Darrel
darrel - 13 Jan 2006 15:36 GMT
> Wow!  Haven't seen definition tables ( <dt> ) used in years.  CSS?

DT = definition term, part of a DL (definition list). I use them for
navigation these days.

-Darrel
Scott M. - 14 Jan 2006 03:46 GMT
Yeah, it's been so long since I've seen them, I forgot the name!

Why not use CSS instead?

>> Wow!  Haven't seen definition tables ( <dt> ) used in years.  CSS?
>
> DT = definition term, part of a DL (definition list). I use them for
> navigation these days.
>
> -Darrel
darrel - 19 Jan 2006 20:34 GMT
> Yeah, it's been so long since I've seen them, I forgot the name!
>
> Why not use CSS instead?

CSS just styles your HTML. I still need to markup the navigation in html.
DTs are nice as they can be used to clearly label the navigation areas. DLs
are fairly semantic, structurally sound, and can easily be manipulated with
the CSS.

-Darrel
Scott M. - 20 Jan 2006 02:51 GMT
The use of the <SPAN> tag along with CSS for positioning and the ID
attribute along with DHTML for navigation would accomplish the same thing.
<DT> and <DL> have been deprecated for some time now.

:)

>> Yeah, it's been so long since I've seen them, I forgot the name!
>>
[quoted text clipped - 6 lines]
>
> -Darrel
john smith - 20 Jan 2006 15:59 GMT
> The use of the <SPAN> tag along with CSS for positioning and the ID
> attribute along with DHTML for navigation would accomplish the same thing.
[quoted text clipped - 11 lines]
>>
>> -Darrel

I like to use a div (positionned with CSS) with lists (ul and ol for
different levels, with li in them) in it (which are styled with CSS).
Works very well, and I find using lists for this quite semantic too.
Haven't had any issues with manged markup with VS either... But AFAIK,
even though not commonly used, dl and dt aren't deprecated in xhtml
(it's still part of the xhtml 1.1 list module)
darrel - 23 Jan 2006 23:37 GMT
> The use of the <SPAN> tag along with CSS for positioning and the ID
> attribute along with DHTML for navigation would accomplish the same thing.

No, it wouldn't. Visually it might be the same, but semantically, they
couldn't be further apart. SPANs mean absolutely nothing semantically. A DL
gives much more semantic meaning to a list of links.

> <DT> and <DL> have been deprecated for some time now.

Are we talking about the same thing? Definition Lists are not deprecated and
are an ideal solution for creating semantic menus.

-Darrel

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.