We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79df74 commit 459d68cCopy full SHA for 459d68c
src/components/breadcrumb/breadcrumb.html
@@ -1,4 +1,4 @@
1
-<div class="bx--breadcrumb bx--breadcrumb--no-trailing-slash">
+<nav class="bx--breadcrumb bx--breadcrumb--no-trailing-slash" aria-label="breadcrumb">
2
<div class="bx--breadcrumb-item">
3
<a href="#" class="bx--link">Breadcrumb 1</a>
4
</div>
@@ -11,5 +11,4 @@
11
12
<span>Breadcrumb 4</span>
13
14
-</div>
15
-
+</nav>
0 commit comments