- From: Ian Hickson <ian@hixie.ch>
- Date: Fri, 26 Nov 2004 00:15:09 +0000 (UTC)
Someone sent me a mail suggesting: | <breadcrumbs> | <a href="/">Main</a> >> <a href="/products/">Products</a> >> Dishwashers | </breadcrumbs> I think a better way of doing this would be: <navigation> <p> <a href="/" rel="top up up up">Main</a> > <a href="/products/" rel="up up">Products</a> > <a href="/products/dishwashers" rel="up">Dishwashers</a> > Second hand </p> </navigation> ...where we define rel="up" to mean "go up one level" (as now) and add the semantic that if the keyword is repeated, then it means up that many levels. I've noted this as something the spec will have to talk about. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Received on Thursday, 25 November 2004 16:15:09 UTC