[Bug 22739] modify advice on marking up breadcrumb navigation

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22739

Adrian Roselli <roselli@algonquinstudios.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roselli@algonquinstudios.co
                   |                            |m

--- Comment #3 from Adrian Roselli <roselli@algonquinstudios.com> ---
Is it worth noting that, while an ordered list denotes a priority (which I
think is the best fit), a nested list would be more appropriate?

Here's my thought: The list doesn't show hierarchy, it's just a list. A nested
list can show the structure as well:

<ol>
 <li>Home
  <ol>
   <li>About
    <ol>
     <li>Partners</li>
    </ol>
   </li>
  </ol>
 </li>
</ol>

It would render, without CSS, as:

1. Home
  1.1. About
    1.1.1. Partners

I know it's a bunch of "number 1s," but it denotes structure that a standard
numbered list cannot do.

I suspect it will also be too complex for the average web dev to tackle without
a pre-built tool to handle it for them (something in a CMS, for example).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 17 September 2013 13:21:09 UTC