- From: Hoare, Tim <Tim.Hoare@onetel.co.uk>
- Date: Fri, 30 Jul 2004 11:04:27 +0100
- To: WAI-IG <w3c-wai-ig@w3.org>
- Message-ID: <26763A87AB861745B5C2BD0341DC0B2E02B17359@cpqdlex02.onetel.co.uk>
All, Just looking at how best to present "breadcrumbs" to users in the most accessible format. Obviously breadcrumbs have become a web standard over time and there are a number of implementations - each with pros and cons. My big question is whether we should be explicitly presenting the relationship between a Parent and Child (Option A - using ul, li), or rather implying a relationship (Option B - straight text with some separator). Either way the breadcrumbs will be presented as: Parent > Child Option A: <code> <span id="bread"> <ul> <li><a href="#" title="Parent">Parent</a> <ul> <li>> <a href="#" title="Child">Child</a></li> </ul> </li> </ul> </span> </code> Option B: <code> <span id="bread"><a href="#" title="Parent">Parent</a> > <a href="#" title="Child">Child</a> </code> I'd appreciate all opinions so as to make an informed decision. Cheers, Tim Online Development t: 020 7181 7337
Attachments
- text/plain attachment: Mail_Disclaimer.txt
Received on Friday, 30 July 2004 06:06:41 UTC