Re: Breadcrumb design pattern

Oh right, well, the agenda for the week after that works too :)

The markup you suggest is what is in the code example <http://w3c.github.io/aria-practices/examples/breadcrumb/>. As for a separate landmark region, you mean a new role of breadcrumb?

—Michiel

> On 28 Jul 2016, at 00:27, Birkir Gunnarsson <birkir.gunnarsson@deque.com> wrote:
> 
> Hi
>  
> We are not having a meeting until the 8th, right?
> I would like to suggest that the breadcrumb be exposed as an ordered list inside a labeled navigation landmark.
> <div role=”navigation” aria-label=”breadcrumb”>
> <ol>
> <li><a href=”/”>Main page</a></li>
> <li><a href=”/categorypage”>Category page</a></li>
> <li><a href=”/categorypage/subpage” aria-current=”page”>Current subpage</a></li>
> </ol>
> </div>
>  
> I think a separate landmark region is appropriate for this, of course it is just one man’s opinion.
>  
>  
> From: Michiel Bijl [mailto:michiel@agosto.nl] 
> Sent: Wednesday, July 27, 2016 6:48 PM
> To: Matt King <mck@fb.com>
> Cc: ARIA Working Group <public-aria@w3.org>
> Subject: APG: Breadcrumb design pattern
>  
> Hi Matt,
>  
> During today's London Accessibility Meetup I've pushed the breadcrumb design pattern <http://w3c.github.io/aria-practices/#breadcrumb> to the Editor's Draft after a short review with the crowd. Can we add this to next week's agenda please? It includes a short description and code example all ready to go.
> 
> —Michiel

Received on Thursday, 28 July 2016 00:10:58 UTC