Skip to content

Commit

Permalink
[Breadcrumb] Missing aria-label="Breadcrumb" on nav element (#671)
Browse files Browse the repository at this point in the history
- added aria-label

fixes #581
  • Loading branch information
jakublamprecht authored and richardhand committed Jul 22, 2019
1 parent 5b56920 commit c034802
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -14,6 +14,7 @@
~ limitations under the License.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/-->
<nav class="cmp-breadcrumb"
aria-label="Breadcrumb"
data-sly-use.breadcrumb="com.adobe.cq.wcm.core.components.models.Breadcrumb"
data-sly-use.template="core/wcm/components/commons/v1/templates.html"
data-sly-test="${breadcrumb.items.size > 0}">
Expand Down

0 comments on commit c034802

Please sign in to comment.