[whatwg] Fwd: idea for new tag: breadcrums (fwd)

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> &gt;
     <a href="/products/" rel="up up">Products</a> &gt;
     <a href="/products/dishwashers" rel="up">Dishwashers</a> &gt;
     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