RE: Breadcrumb design pattern

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 Wednesday, 27 July 2016 23:28:31 UTC