Skip to content

Commit 544a897

Browse files
committed
Correct ARIA attribute
1 parent a7405b1 commit 544a897

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
@@ -718,7 +718,7 @@ <h2>Pagination</h2>
718718
<a href="#" title="Go to page 1" aria-label="Go to page 1">1</a>
719719
</li>
720720
<li class="current">
721-
<b title="Current page" aria-label="Current page">2</b>
721+
<b title="Current page" aria-current="page">2</b>
722722
</li>
723723
<li>
724724
<a href="#" title="Go to page 3" aria-label="Go to page 3">3</a>

0 commit comments

Comments
 (0)