Skip to content

Commit

Permalink
fix(material-experimental/mdc-paginator): add screen reader announcem…
Browse files Browse the repository at this point in the history
…ent for current range when navigating between pages (#23285)

(cherry picked from commit b3a6a0a)
  • Loading branch information
amysorto authored and zarend committed Aug 4, 2021
1 parent ef18df0 commit 8d4f4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-paginator/paginator.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>

<div class="mat-mdc-paginator-range-actions">
<div class="mat-mdc-paginator-range-label">
<div class="mat-mdc-paginator-range-label" aria-live="polite">
{{_intl.getRangeLabel(pageIndex, pageSize, length)}}
</div>

Expand Down

0 comments on commit 8d4f4e2

Please sign in to comment.