Mordechai Peller
Sun, 05 Dec 2004 19:57:36 -0800
Andreas Boehmer [Addictive Media] wrote:
Except I also said "the order of an ordered list imparts meaning to the list." And sure you can take any item out; that's how it works: you pick out whichever link you wish to follow.Mordechai, according to your explanation a breadcrumb is not a list, as you cannot simply take any of the items out of a breadcrumb. Each item in a breadcrumb is closely related to the preceeding item.
I disagree; each link is just as meaningful as it was before. The list, however, conveys less information.If you take one item out, the rest of the breadcrumb loses its meaning. For example:
Home | News | Summary
Here we are talking about a summary page in the news section. Easy to understand. Now let's take out the "News" breadcrumb:
Home | Summary
Suddenly your entire breadcrumb doesn't make sense anymore!
I agree that a breadcrumb is not a sentence, but I do not think it is aList aren't two-dimensional, they're one-dimensional, but bent through two dimensions. Just as the surface of a ball is only two-dimensional, yet it's bent into three dimensions.
normal two-dimensional list either, if you want to be absolutely correct.
The extra meaning which your construct is trying to convey can be just as effectively conveyed by the order of an ordered list.Here's a thought to chew on: what about making it a relational list?
<ul> <li>Home <ul> <li>News <ul> <li>Summary</li> </ul> </li> </ul> </li> </ul>
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.4.6 - Release Date: 12/5/2004
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************