Skip to content

Commit 247c2cb

Browse files
committed
Add ARIA attribute to breadcrumbs example
1 parent d9d4f79 commit 247c2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/design-patterns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ <h2>Breadcrumbs</h2>
764764
</li>
765765
<li class="current" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
766766
<b itemprop="item">
767-
<span itemprop="name">Test subject X11</span>
767+
<span itemprop="name" aria-current="location">Test subject X11</span>
768768
</b>
769769
<meta itemprop="position" content="4">
770770
</li>

0 commit comments

Comments
 (0)