Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

Commit

Permalink
Remove invalid breadcrumbs aria role
Browse files Browse the repository at this point in the history
`role="breadcrumbs"` is not a thing.
https://www.w3.org/TR/wai-aria/roles#role_definitions

We previously removed from the component:
alphagov/static#737
  • Loading branch information
fofr committed May 25, 2016
1 parent d453233 commit 25e2670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -13,7 +13,7 @@
<body class="contacts-body">

<div id="global-breadcrumb" class="header-context group">
<ol role="breadcrumbs" class="group">
<ol class="group">
<li>
<%= link_to "Home", '/' %>
</li>
Expand Down

0 comments on commit 25e2670

Please sign in to comment.