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 81eeff4 commit 131c7ffCopy full SHA for 131c7ff
src/material/paginator/paginator.html
@@ -2,7 +2,7 @@
2
<div class="mat-mdc-paginator-container">
3
@if (!hidePageSize) {
4
<div class="mat-mdc-paginator-page-size">
5
- <div class="mat-mdc-paginator-page-size-label" [attr.id]="_pageSizeLabelId">
+ <div class="mat-mdc-paginator-page-size-label" [attr.id]="_pageSizeLabelId" aria-hidden="true">
6
{{_intl.itemsPerPageLabel}}
7
</div>
8
@@ -37,7 +37,7 @@
37
}
38
39
<div class="mat-mdc-paginator-range-actions">
40
- <div class="mat-mdc-paginator-range-label" aria-live="polite">
+ <div class="mat-mdc-paginator-range-label" aria-atomic="true" aria-live="polite" role="status">
41
{{_intl.getRangeLabel(pageIndex, pageSize, length)}}
42
43
0 commit comments